import * as React from 'react';
export interface IOrgChartProps {
}
export declare class OrgChart extends React.Component<IOrgChartProps, any> {
    render(): JSX.Element;
}
