import React from 'react'; export default function useElementHeight(initHeight: number): [number, React.MutableRefObject];