import { ActivityEvent } from './ActivityEvent'; export declare class FullScreenEvent extends ActivityEvent { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; fullScreen: boolean; interactive: boolean; constructor(type: string, bubbles?: boolean, cancelable?: boolean, fullScreen?: boolean, interactive?: boolean); static FULL_SCREEN: string; static FULL_SCREEN_INTERACTIVE_ACCEPTED: string; } //# sourceMappingURL=FullScreenEvent.d.ts.map