export declare const usePatchAnimateHeight: ({ containerRef, contentRef, duration, open, }: { containerRef: React.RefObject; contentRef: React.RefObject; duration: number; open: boolean; }) => { browserSupportsKeywordAnimation: boolean; }; //# sourceMappingURL=usePatchAnimateHeight.d.ts.map