import { FC } from 'react'; import { FadeInProps } from './FadeIn.types'; export declare const FadeIn: FC;