import { OrgChartComponentProps } from '../interface'; declare const DefaultOrgChart: (props: OrgChartComponentProps) => JSX.Element; export default DefaultOrgChart;