import { type TransitionEvent } from 'react'; export declare function useCollapsibleHeight(isOpen: boolean, shouldAnimate: boolean): { innerRef: import("react").RefObject; height: string; onTransitionEnd: (e: TransitionEvent) => void; };