export { FileComponent as File } from './FileComponent'; export { PreviewComponent } from './PreviewComponent'; export type { PreviewComponentProps } from './PreviewComponent'; export type { FileActionRef, FileNode, FileProps, FileType, GroupNode, } from '../types'; export { getFileTypeIcon, getGroupIcon } from './utils';