import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const GpsOff: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default GpsOff;
