export interface OrganizationChartToggleContextValue {
    isExpanded: boolean;
}
export declare const OrganizationChartToggleProvider: ({ value, children }: {
    value: OrganizationChartToggleContextValue;
    children: React.ReactNode;
}) => import("react").JSX.Element, useOrganizationChartToggleContext: () => OrganizationChartToggleContextValue | undefined;
