import type { MTGeolocationOptions } from '../../../ts';
interface Props {
    geolocationOptions?: MTGeolocationOptions;
}
declare const Geolocation: import("svelte").Component<Props, {}, "">;
type Geolocation = ReturnType<typeof Geolocation>;
export default Geolocation;
