import Schema from './schema'; export declare const customMapStylePropsV1: { accessToken: any; custom: any; icon: any; id: any; label: any; url: any; }; declare class MapStyleSchemaV1 extends Schema { version: "v1"; key: string; save(mapStyles: any): { [x: string]: {}; }; load(mapStyles: any): { [x: string]: any; }; } export declare const propertiesV0: { styleType: any; topLayerGroups: any; visibleLayerGroups: any; buildingLayer: any; mapStyles: MapStyleSchemaV1; }; export declare const propertiesV1: { styleType: any; topLayerGroups: any; visibleLayerGroups: any; threeDBuildingColor: any; mapStyles: MapStyleSchemaV1; }; declare const mapStyleSchema: { v0: Schema; v1: Schema; }; export default mapStyleSchema;