import * as React from 'react'; export declare const useKeyboardViewportShiftOffset: (rootRef: React.MutableRefObject) => { offsetBottom: number; };