import { ControlPosition } from '../../map/map/controls/control';
import { type MapTypeControl, MapTypeControlType } from '../../map/map/controls/map-type.control';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    position: {
        type: import("vue").PropType<import("../index.ts").StringEnumValue<typeof ControlPosition>>;
        default: ControlPosition;
    };
    type: {
        type: import("vue").PropType<import("../index.ts").StringEnumValue<typeof MapTypeControlType>>;
    };
    mapTypes: {
        type: import("vue").PropType<import("../index.ts").MapType[]>;
    };
}>, {
    control: MapTypeControl;
}, {}, {}, {}, import("vue").DefineComponent<{}, {}, {}, {}, {
    recreate(): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    position: {
        type: import("vue").PropType<import("../index.ts").StringEnumValue<typeof ControlPosition>>;
        default: ControlPosition;
    };
    type: {
        type: import("vue").PropType<import("../index.ts").StringEnumValue<typeof MapTypeControlType>>;
    };
    mapTypes: {
        type: import("vue").PropType<import("../index.ts").MapType[]>;
    };
}>> & Readonly<{}>, {
    position: import("../index.ts").StringEnumValue<typeof ControlPosition>;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
