import { ILayerConfig } from '@antv/l7'; import { IPointStyle, IPointStyleItem, IStyle, ITextStyleItem } from '../typings'; export declare const NORMAL_COLOR = "#1990FF"; export declare const ACTIVE_COLOR = "#ED9D48"; export declare const DEFAULT_COMMON_OPTIONS: Partial; export declare const DEFAULT_POINT_NORMAL_STYLE: IPointStyleItem; export declare const DEFAULT_NODE_NORMAL_STYLE: IPointStyleItem; export declare const DEFAULT_MID_POINT_STYLE: IPointStyleItem; export declare const DEFAULT_POINT_STYLE: IPointStyle; export declare const DEFAULT_NODE_STYLE: IPointStyle; export declare const DEFAULT_TEXT_NORMAL_STYLE: ITextStyleItem; export declare const DEFAULT_STYLE: IStyle;