export default function ImagePickerControl({ onClose }: { onClose: () => void; }): JSX.Element;