import { MutableRefObject } from 'react';
/**
 * Computes the available height of the parent element on mount
 */
export declare const useParentHeight: () => [number, MutableRefObject<HTMLDivElement | null>];
//# sourceMappingURL=useParentHeight.d.ts.map