import { AppLocation, Geolocation, MapType } from "./models";
type __VLS_Props = {
    readonly?: boolean;
    mapType?: MapType;
    height?: string;
    obfuscatedFields?: string[];
    omitFields?: string[];
    apiKey: string;
    defaultCenter: Geolocation;
};
type __VLS_PublicProps = __VLS_Props & {
    modelValue?: AppLocation;
};
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    "update:modelValue": (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
    "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
    height: string;
    readonly: boolean;
    mapType: MapType;
    obfuscatedFields: string[];
    omitFields: string[];
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=MapLocationForm.vue.d.ts.map