import { FC } from 'react'; import { SlideProps } from 'types'; /** * `Slide` is a more complex animation wrapper. It is performant and is intended to * animate `x` or `y` values. */ export declare const Slide: FC; export default Slide;