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