import { type IAxis } from '@visactor/vchart'; export declare const getUpdateAttributeOfZAxis: (axis: IAxis, ignoreGrid: boolean) => any;