import { FC } from 'react'; import { DivProps } from "../types"; export type FileTreeProps = DivProps; declare const FileTree: FC; export default FileTree;