type LineLevel = 1 | 2;
export declare const LINE_LEVEL_LIST: Record<string, LineLevel>;
export declare function lineColor(level: LineLevel, theme?: 'light' | 'dark'): string;
export declare function splitLineStyle(level: LineLevel, theme?: 'light' | 'dark', isZero?: boolean): any;
export {};