export declare const DEFAULT_RADIUS = 5; export declare const DEFAULT_STATE_STYLE_STROKE: string; export declare const STATE_STYLES_STROKE: { [x: number]: string; }; export declare const DEFAULT_STATE_STYLE_FILL = "#000"; export declare const STATE_STYLES_FILL: { [x: number]: string; }; export declare const DEFAULT_STATE_STYLE_OPACITY = 0.1; export declare const STATE_STYLES_STROKE_WIDTH = 2; export declare const DEFAULT_STROKE_DASH_ARRAY = "4,2"; export declare const RENDER_TYPE_STYLES: { [x: number]: (() => { r: number; }) | (() => { fill: string; }); }; export declare function noOp(): void; export declare function getStyle({ feature, state }: { feature: any; state: any; }): any;