/// <reference types="react" />
import { FadeProps } from './types';
export declare const Fade: ({ timeout, ...rest }: FadeProps) => JSX.Element;
