export declare const DEFAULT_POINT_STYLE: { type: string; paint: { 'circle-radius': (string | number | (string | number | string[])[])[]; 'circle-stroke-width': number; 'circle-color': (string | (string | boolean | string[])[])[]; 'circle-stroke-color': string; }; }; export declare const DEFAULT_FILL_STYLE: { type: string; paint: { 'fill-color': string; 'fill-opacity': number; }; }; export declare const DEFAULT_STROKE_STYLE: { type: string; paint: { 'line-color': string; 'line-opacity': number; }; }; //# sourceMappingURL=defaultStyles.d.ts.map