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