import { ConfigType } from 'dayjs';
import type { DataItem } from 'zz-chart';
export declare function getMethodValue(methods: string[], items: DataItem['values'], defaultKey?: string): Record<string, number>;
export declare function pointFormat(value: number): string;
export declare function handleDateFormat(date: ConfigType, format?: string): string;
