import { TreeProps } from "./Tree.types"; export { default as Tree } from "./Tree"; export type { TreeProps };