export declare const TdtCloudMarkerCollection: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    lnglats: {
        type: import('vue').PropType<import('../..').LngLats>;
        default: () => never[];
    };
    ShapeType: {
        type: import('vue').PropType<T.CloudMarkerCollectionOptions["ShapeType"]>;
        default: string;
    };
    SizeType: {
        type: import('vue').PropType<T.CloudMarkerCollectionOptions["SizeType"]>;
        default: string;
    };
    color: {
        type: StringConstructor;
        default: string;
    };
}>, () => void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    init: (e: T.CloudMarkerCollection) => boolean;
    click: (e: T.OverlayEvent<T.CloudMarkerCollection, T.LngLat, T.Overlay>) => void;
    mouseover: (e: T.OverlayEvent<T.CloudMarkerCollection, T.LngLat, T.Overlay>) => void;
    mouseout: (e: T.OverlayEvent<T.CloudMarkerCollection, T.LngLat, T.Overlay>) => void;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    lnglats: {
        type: import('vue').PropType<import('../..').LngLats>;
        default: () => never[];
    };
    ShapeType: {
        type: import('vue').PropType<T.CloudMarkerCollectionOptions["ShapeType"]>;
        default: string;
    };
    SizeType: {
        type: import('vue').PropType<T.CloudMarkerCollectionOptions["SizeType"]>;
        default: string;
    };
    color: {
        type: StringConstructor;
        default: string;
    };
}>> & Readonly<{
    onInit?: ((e: T.CloudMarkerCollection) => any) | undefined;
    onClick?: ((e: T.OverlayEvent<T.CloudMarkerCollection, T.LngLat, T.Overlay>) => any) | undefined;
    onMouseover?: ((e: T.OverlayEvent<T.CloudMarkerCollection, T.LngLat, T.Overlay>) => any) | undefined;
    onMouseout?: ((e: T.OverlayEvent<T.CloudMarkerCollection, T.LngLat, T.Overlay>) => any) | undefined;
}>, {
    color: string;
    ShapeType: "CIRCLE" | "RHOMBUS" | "SQUARE" | "STAR" | "WATERDROP" | undefined;
    SizeType: "TINY" | "SMALLER" | "SMALL" | "NORMAL" | "HUGE" | "BIGGER" | "BIG" | undefined;
    lnglats: import('../..').LngLats;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export type TdtCloudMarkerCollectionInstance = InstanceType<typeof TdtCloudMarkerCollection>;
