import type { IDataPos, IDataPosCallback } from '@visactor/vchart/esm/component/marker/interface'; export declare function getDefaultMarkLine(value: IDataPos | IDataPosCallback): { y: IDataPos | IDataPosCallback; endSymbol: { visible: boolean; }; line: { style: { stroke: string; lineWidth: number; }; }; label: { text: string; position: string; labelBackground: { visible: boolean; }; style: { fontSize: number; fill: string; }; }; zIndex: number; };