declare const transition: () => (startFn: (...args) => any, endFn: (...args) => any, duration?: number) => void;
export default transition;
