/// <reference types="react" />
import { SlideProps } from "./interface";
declare const Slide: ({ children, onPrev, onNext, disabledNavigation, position }: SlideProps) => JSX.Element;
export default Slide;
