import { Event } from './Event'; export declare class VideoEvent extends Event { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; status: string; constructor(type: string, bubbles?: boolean, cancelable?: boolean, status?: string); static RENDER_STATE: string; static RENDER_STATUS_UNAVAILABLE: string; static RENDER_STATUS_SOFTWARE: string; static RENDER_STATUS_ACCELERATED: string; } //# sourceMappingURL=VideoEvent.d.ts.map