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