/// <reference types="react" />
import { SlideProps } from './types';
export declare function Slide(props: SlideProps): JSX.Element;
export default Slide;
