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