import type { Datum } from '@visactor/vchart/src/typings'; export declare const applyVisible: (spec: any, keyList: string[]) => void; export declare const mergeObjects: (objA: any, objB: any) => any; export declare const computeDataRange: (data: Datum[], field: string) => { min: number; max: number; };