import { FC } from 'react'; import { FadeProps } from 'types'; /** * `Fade` is the most basic animation component. It is performant and is only * intended to animate opacity. */ export declare const Fade: FC; export default Fade;