import { Event } from './Event'; import { InteractiveObject } from '../display/InteractiveObject'; export declare class SoftKeyboardEvent extends Event { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; constructor(type: string, bubbles: boolean, cancelable: boolean, relatedObjectVal: InteractiveObject, triggerTypeVal: string); static SOFT_KEYBOARD_ACTIVATE: string; static SOFT_KEYBOARD_DEACTIVATE: string; static SOFT_KEYBOARD_ACTIVATING: string; } //# sourceMappingURL=SoftKeyboardEvent.d.ts.map