import { Event } from './Event'; export declare class ThrottleEvent extends Event { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; state: string; targetFrameRate: number; constructor(type: string, bubbles?: boolean, cancelable?: boolean, state?: string, targetFrameRate?: number); static THROTTLE: string; } //# sourceMappingURL=ThrottleEvent.d.ts.map