import { EPoint, ILineMarkPointType, ETooltipType } from '../../../constants/chart-style';
export declare const pointOptions: {
    text: string;
    value: EPoint;
}[];
export declare const lineOptions: {
    item: string;
    value: boolean;
}[];
export declare const valueLabelOptions: {
    item: string;
    value: ILineMarkPointType;
}[];
export declare const toolTipOptions: {
    item: string;
    value: ETooltipType;
}[];
