type TreeFileProps = { name: string; }; declare const TreeFile: ({ name }: TreeFileProps) => import("react/jsx-runtime").JSX.Element; export { TreeFile }; export type { TreeFileProps }; //# sourceMappingURL=file.d.ts.map