import { FC } from 'react'; import { IAnimatedTextContainerProps } from './types'; export declare const AnimatedTextContainer: FC;