declare const useAnimation: (initial?: boolean, duration?: number, timing?: string) => { animating: boolean; animate: () => void; duration: number; timing: string; }; export default useAnimation; //# sourceMappingURL=useAnimation.d.ts.map