import { default as React } from 'react'; type ShowInProps = { children: React.ReactNode | React.ReactNode[]; style?: React.CSSProperties; className?: string; enabled?: boolean; hiding?: boolean; onAnimationEnd?: React.AnimationEventHandler; }; export declare const ShowIn: React.FC; export declare const GrowingShowIn: React.FC; export {};