import type { IBaseScale } from '@visactor/vscale'; import type { ITickData, ITickDataOpt } from '../type'; export declare const polarTicks: (scale: IBaseScale, op: ITickDataOpt) => ITickData[];