export declare const Y_FIELD = "$$stock-range$$";
export declare const TREND_FIELD = "trend";
export declare const TREND_UP = "up";
export declare const TREND_DOWN = "down";
/** tooltip 配置 */
export declare const DEFAULT_TOOLTIP_OPTIONS: {
    showMarkers: boolean;
    showCrosshairs: boolean;
    shared: boolean;
    crosshairs: {
        type: string;
        follow: boolean;
        text: (type: any, defaultContent: any, items: any) => {
            position: string;
            content: any;
            style: {
                fill: string;
            };
        };
        textBackground: {
            padding: number[];
            style: {
                fill: string;
            };
        };
    };
};
/**
 * 散点图 默认配置项
 */
export declare const DEFAULT_OPTIONS: any;
