export declare const lineConf: {
    lineStyle: {
        type: {
            label: string;
            value: string;
        }[];
    };
};
