import FileCard from './FileCard'; import List from './List'; type FileCardType = typeof FileCard & { List: typeof List; }; export type { FileCardProps } from './FileCard'; export type { FileCardListProps } from './List'; declare const _default: FileCardType; export default _default;