import React from 'react'; type Props = { children: React.ReactNode; }; export declare const AnimateChangeInHeight: React.FC; export {};