export declare module ReporteesLocalization {
    const namespace = "Omnia.Ux.Reportees";
    interface locInterface {
        reportsToLabel: string;
        showAllLabel: string;
    }
}
