export declare const useHeight: (element: { current: Element | undefined; }) => number; export default useHeight;