declare function SelectFileType({ fileType, onSelected, label, }: { fileType: 'json' | 'csv' | ''; onSelected: (fileType: 'json' | 'csv') => void; label: string; }): JSX.Element; export { SelectFileType }; //# sourceMappingURL=select-file-type.d.ts.map