import type { BaseStyleProps, CircleStyleProps, Cursor } from '@antv/g-lite'; export declare const DRAW_LINE_STYLE: BaseStyleProps; export declare const DASH_LINE_STYLE: BaseStyleProps; export declare const HOVER_DRAWPOINT_STYLE: CircleStyleProps; export declare const ACTIVE_DRAWPOINT_STYLE: CircleStyleProps; export declare const NORMAL_DRAWPOINT_STYLE: CircleStyleProps; export declare const CURSOR_STYLE: Record; export declare const DEFAULT_STYLE: BaseStyleProps; export declare const DEFAULT_AREA_HOVER_STYLE: { lineWidth: number; stroke: string; fill: string; fillOpacity: number; }; export declare const DEFAULT_LINE_STYLE: BaseStyleProps; export declare const DEFAULT_LINE_HOVER_STYLE: BaseStyleProps; export declare const ACTIVE_AREA_STYLE: {}; export declare const NORMAL_POINT_STYLE: CircleStyleProps; export declare const HOVER_POINT_STYLE: CircleStyleProps; export declare const EDIT_POINT_STYLE: CircleStyleProps; export declare const getDrawPointStyle: (type: "normal" | "hover" | "active") => BaseStyleProps; //# sourceMappingURL=style.d.ts.map