export declare const useWebchatResizer: () => {
    handleKeyboardShown: () => void;
    handleKeyboardHidden: () => void;
};
