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