import { type PropsWithChildren } from 'react'; export declare const TreeMapInternalDataProvider: { ({ children, }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; displayName: string; };