import * as React from 'react';
export declare function useAnimateHeight({ ref, enabled, }: {
    ref?: React.RefObject<HTMLElement | null | undefined>;
    enabled: boolean;
}): void;
