/** * Returns the interior height of the window in pixels. * * @returns {number | null} Height of the window in pixels */ export default function useWindowHeight(): number | null;