import { IEmployee } from '../employee';
export declare class OrgChartComponent {
    topEmployee: IEmployee;
    hasManager: boolean;
}
