import { Event } from './Event'; export declare class TimerEvent extends Event { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; constructor(type: string, bubbles?: boolean, cancelable?: boolean); static TIMER: string; static TIMER_COMPLETE: string; clone(): Event; toString(): string; updateAfterEvent(): void; } //# sourceMappingURL=TimerEvent.d.ts.map