import { DivProps } from "../../types/index.mjs";
import { FC } from "react";

//#region src/mdx/FileTree/index.d.ts
type FileTreeProps = DivProps;
declare const FileTree: FC<FileTreeProps>;
//#endregion
export { FileTree, FileTreeProps };
//# sourceMappingURL=index.d.mts.map