import type { IAggrType } from '../component/marker/interface'; import type { IRegressType } from '../component/marker/mark-area/interface'; export declare const AGGR_TYPE: IAggrType[]; export declare const REGRESS_TYPE: IRegressType[];