export declare const TdtGridlineLayer: import('vue').DefineComponent; default: () => { width: number; style: string; color: string; }; }; textSize: { type: import('vue').PropType; default: () => { display: boolean; fontSize: string; fontWeight: boolean; color: string; }; }; }>, () => void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { init: (e: T.GridlineLayer) => boolean; load: (e: Pick) => void; loading: (e: Pick) => void; }, string, import('vue').PublicProps, Readonly; default: () => { width: number; style: string; color: string; }; }; textSize: { type: import('vue').PropType; default: () => { display: boolean; fontSize: string; fontWeight: boolean; color: string; }; }; }>> & Readonly<{ onInit?: ((e: T.GridlineLayer) => any) | undefined; onLoad?: ((e: Pick) => any) | undefined; onLoading?: ((e: Pick) => any) | undefined; }>, { minZoom: number; maxZoom: number; opacity: number; textSize: { display: boolean; fontSize: string; fontWeight: boolean; color: string; } | undefined; outlineSize: { width: number; style: string; color: string; } | undefined; tileSize: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export type TdtGridlineLayerInstance = InstanceType;