import { LegacySettings, SECOND_LAYER_DEFAULT_VIEW } from '../../../Api/interfaces';
declare class SecondLayerUI {
    defaultView: SECOND_LAYER_DEFAULT_VIEW;
    hideDataProcessingServices: boolean;
    isOverlayEnabled: boolean;
    showCategoriesTab: boolean;
    showServicesTab: boolean;
    tabColor: string | null;
    constructor(legacySettings: LegacySettings);
}
export default SecondLayerUI;
