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