/// <reference types="react" />
import { SlideFadeProps } from './types';
export declare const SlideFade: (props: SlideFadeProps) => JSX.Element;
