import { TreeMapProps } from "./interface"; export declare const ComponentType: { component: string; }; export default function TreeMap(props: TreeMapProps): import("react/jsx-runtime").JSX.Element;