import React from "react"; import type { FolderTreeProps, FolderTreeRef } from "./types"; export type { FolderTreeData, FolderTreeProps, FileContentService, FolderTreeRef, } from "./types"; declare const FolderTree: React.ForwardRefExoticComponent>; export default FolderTree;