import React from 'react'; import type { TreeGraphProps } from '../types'; export interface OrganizationChartProps extends TreeGraphProps { } declare const OrganizationChart: React.FC; export default OrganizationChart;