import React from 'react';
interface GenericSubordinateProps {
fixColumns: any[];
source?: any;
trClick?: () => void;
subordinateElevae: number;
colHide: boolean;
subId: any;
}
declare const SubordinateTr: React.FC<GenericSubordinateProps>;
export { SubordinateTr };