import React from 'react'; import type { SlideProps } from './types'; /** * Slide — translates the child in/out from an edge. */ export declare function Slide(rawProps: SlideProps): React.ReactElement | null; //# sourceMappingURL=Slide.d.ts.map