import type { AnimatorInterface } from '@arwes/animator'; declare const useAnimator: () => AnimatorInterface | undefined; export { useAnimator };