type WarnFn = (...args: unknown[]) => void; export declare const warnLineChart: WarnFn; export declare const warnLineChartLine: WarnFn; export {};