export declare const mapStyle: {
    featureType: string;
    elementType: string;
    stylers: {
        visibility: string;
    }[];
}[];
