import { ILineHelperOptions, IPointHelperOptions, IPolygonHelperOptions, IDragPolygonHelperOptions } from '../typings'; export declare const DEFAULT_POINT_HELPER_CONFIG: IPointHelperOptions; export declare const DEFAULT_LINE_HELPER_CONFIG: ILineHelperOptions; export declare const DEFAULT_POLYGON_HELPER_CONFIG: IPolygonHelperOptions; export declare const DEFAULT_DRAG_POLYGON_HELPER_CONFIg: IDragPolygonHelperOptions; export declare const DEFAULT_TRIGGER_DRAG_HELPER_CONFIG: Partial; export declare const DEFAULT_RECT_HELPER_CONFIG: Partial; export declare const DEFAULT_CIRCLE_HELPER_CONFIG: Partial;