import React from 'react';
export declare const LeftSubordinateTr: React.FC<{
    subordinateElevae: number;
}>;
