import * as React from 'react';
import type { FadeProps } from './Fade.types';
export declare const Fade: React.ForwardRefExoticComponent<FadeProps & React.RefAttributes<HTMLElement>>;
//# sourceMappingURL=Fade.d.ts.map