export class WebchatResizer {
    constructor(currentDevice: any, host: any);
    currentDevice: any;
    host: any;
    webchat: any;
    onFocus(onKeyboardShownFn: any): void;
    onBlur(): void;
    setWebchatElementHeight(newHeight: any): void;
}
