import { Event } from './Event'; export declare class GeolocationEvent extends Event { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; constructor(type: string, bubbles?: boolean, cancelable?: boolean, latitude?: number, longitude?: number, altitude?: number, hAccuracy?: number, vAccuracy?: number, speed?: number, heading?: number, timestamp?: number); static UPDATE: string; } //# sourceMappingURL=GeolocationEvent.d.ts.map