import type { Position, MoveOptions } from '../types'; import { AvatarState } from '@wix/aria-ai-avatar'; export declare const useDotAnimation: (moveToPosition: (position: Position) => void, setAvatarHidden: (hidden: boolean) => void, triggerAvatarAnimationState: (state: AvatarState) => void) => { leadDotRef: import("react").MutableRefObject; trailRefs: import("react").MutableRefObject<(HTMLDivElement | null)[]>; moveFromOffsetWithDots: (currentPosition: Position, options?: MoveOptions) => Promise; moveToOffsetWithDots: (targetPosition: Position, options?: MoveOptions) => Promise; hideDots: () => void; }; //# sourceMappingURL=useDotAnimation.d.ts.map