import { timeShape } from '../common';
declare const TransitionShape: (props: timeShape) => void;
export default TransitionShape;
