import { OrgChartProps } from './interface'; declare const OrgChart: (props: OrgChartProps) => JSX.Element | null; export default OrgChart;