export declare const ImageGrid: ({ selected, onSelect, images }: { selected: any; onSelect: any; images: any; }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;