/// import { SlideProps } from './types'; export declare function Slide(props: SlideProps): JSX.Element; export default Slide;