import { TextEvent } from './TextEvent'; export declare class IMEEvent extends TextEvent { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; imeClient: any; constructor(type: string, bubbles?: boolean, cancelable?: boolean, text?: string, imeClient?: any); static IME_COMPOSITION: string; static IME_START_COMPOSITION: string; } //# sourceMappingURL=IMEEvent.d.ts.map