import type { OrgChartProps } from './types';
export default function OrgChart({ value, color, variant, size, ...props }: OrgChartProps): import("react/jsx-runtime").JSX.Element;
