import { AnimationStateType } from '../style'; declare const slide: (state: AnimationStateType) => string; export default slide;