export function AnimateHeight({ children, ...props }: {
    [x: string]: any;
    children: any;
}): JSX.Element;
