import { RefObject } from 'react'; import { CssEmotion } from '../Provider/theme'; declare type AnimationProps = { ref: RefObject; style: CssEmotion; }; declare const _default: (visible?: boolean | undefined) => AnimationProps; export default _default; //# sourceMappingURL=useAnimation.d.ts.map