import React from 'react';
import { useSelection } from '../../providers/Selection/index.js';
export declare const SelectMany: React.FC<{
    onClick?: (ids: ReturnType<typeof useSelection>['selected']) => void;
}>;
//# sourceMappingURL=index.d.ts.map