export declare function featureStyle({ feature, state }: { feature: any; state: any; }): any; export declare function editHandleStyle({ feature, shape, index, state }: { feature: any; shape: any; index: any; state: any; }): {}; export declare const tooltipStyle: { fill: string; fontSize: number; }; //# sourceMappingURL=style.d.ts.map