import { AnimationIndicatorProps } from './_types'; export declare const createAnimationIndicator: (props: AnimationIndicatorProps) => { position: (index: number) => void; element: HTMLElement; styles: string; update?: (props: Partial) => void; destroy?: () => void; events?: Record; }; //# sourceMappingURL=indicator.d.ts.map