export declare function getLineAxisPointer(): { show: boolean; type: string; lineStyle: { color: string; width: number; }; }; export declare function getShadowAxisPointer(): { show: boolean; type: "none" | "line" | "cross" | "shadow"; shadowStyle: { color: string; }; }; export declare function getCrossAxisPointer(): { show: boolean; type: "none" | "line" | "cross" | "shadow"; };