export declare function useKeyboard(): {
    keyboardHeight: number;
    isKeyboardVisible: boolean;
};
