import { Constructor } from 'type-fest'; import { PartDigitGetter, PartDigitValueOrGetter } from '../types/group.js'; import { CounterPartsMixin } from './counter-parts.js'; import { AvailableNumberAdapterValueType } from '../number-adapter/index.js'; export declare class CounterAnimationMixinInterface { animationOptions: PartDigitValueOrGetter; animationOptionsDynamic?: PartDigitGetter; extractAnimationOptions(): KeyframeAnimationOptions[][]; keyframes: PartDigitValueOrGetter; keyframesDynamic?: PartDigitGetter; extractKeyframes(): PropertyIndexedKeyframes[][]; } export declare const CounterAnimationMixin: > = Constructor> & Constructor> & Constructor>(superClass: T) => Constructor & T;