export declare class SclMapViewsService {
    constructor();
    getMultiLayers(mapViews: any): any[];
    getTile(mapView: any, isShow: any): any;
    createUIButton(document: any, action: any, classAction: any, title: any, text: any): any;
    createCheckbox(document: any, name: any): any;
    createRadio(document: any, title: any, visible: any, name: any): any;
    createLabel(document: any, name: any, innerHTML: any): any;
    addRadioButton(document: any, element: any, layers: any, compId: any): void;
}
