import { UseAnimatedHeightParams } from './types'; export declare const useAnimatedHeight: ({ collapsedHeight, contentRef, isOpen, variant, }: UseAnimatedHeightParams) => { maxHeight: string; isAnimating: boolean; }; //# sourceMappingURL=hooks.d.ts.map