export declare const ImageSelector: ({ selected, onSelect }: { selected: any; onSelect: any; }) => JSX.Element;