import { PropType, SlotsType } from 'vue';
import { YMapMiniMap } from '@yandex/ymaps3-minimap';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    value: {
        type: PropType<YMapMiniMap | null>;
        default: null;
    };
    modelValue: {
        type: PropType<YMapMiniMap | null>;
        default: null;
    };
    settings: {
        type: PropType<ConstructorParameters<typeof YMapMiniMap>[0]>;
        default: () => {};
    };
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
    [key: string]: any;
}> | import('vue').VNodeArrayChildren, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    input(item: YMapMiniMap): boolean;
    'update:modelValue'(item: YMapMiniMap): boolean;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    value: {
        type: PropType<YMapMiniMap | null>;
        default: null;
    };
    modelValue: {
        type: PropType<YMapMiniMap | null>;
        default: null;
    };
    settings: {
        type: PropType<ConstructorParameters<typeof YMapMiniMap>[0]>;
        default: () => {};
    };
}>> & Readonly<{
    onInput?: ((item: YMapMiniMap) => any) | undefined;
    "onUpdate:modelValue"?: ((item: YMapMiniMap) => any) | undefined;
}>, {
    value: YMapMiniMap | null;
    modelValue: YMapMiniMap | null;
    settings: import('@yandex/ymaps3-minimap').YMapMiniMapProps;
}, SlotsType<{
    default: {};
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;
