import { OrgStructure, OrgChartProps, OrgChartItemProps, OrgNode } from './orgChartTypes'; export { OrgStructure, OrgChartItemProps, OrgNode }; declare const OrgChart: (props: OrgChartProps) => JSX.Element; export default OrgChart;