import type { RefObject } from 'react';
export declare function useFullHeight(element: RefObject<HTMLElement | null>): void;
