import { AppLocation } from './models';
export declare function useGeocoding(): {
    options: import("vue").Ref<{
        geolocation: {
            lng: number;
            lat: number;
        };
        streetNumber: string;
        street: string;
        city: string;
        zone: string;
        town: string;
        country: string;
        postalCode: string;
        fullAddress?: string | undefined;
        registry?: string | undefined;
        fecha_validacion?: string | undefined;
        colony?: string | undefined;
        confirmed?: boolean | undefined;
        street_between_1?: string | undefined;
        street_between_2?: string | undefined;
    }[], AppLocation[] | {
        geolocation: {
            lng: number;
            lat: number;
        };
        streetNumber: string;
        street: string;
        city: string;
        zone: string;
        town: string;
        country: string;
        postalCode: string;
        fullAddress?: string | undefined;
        registry?: string | undefined;
        fecha_validacion?: string | undefined;
        colony?: string | undefined;
        confirmed?: boolean | undefined;
        street_between_1?: string | undefined;
        street_between_2?: string | undefined;
    }[]>;
    loading: import("vue").Ref<boolean, boolean>;
    location: Location;
    search: (address: string) => Promise<void>;
};
//# sourceMappingURL=useGeocoding.d.ts.map