import { StoryObj } from '@storybook/web-components'; import { TimeredCounter } from '../../src/index.js'; import { NoUndefinedField } from '../utils/index.js'; export declare function animationOptions(context: Parameters['play']>[0], { counter, list, setBy, }: { counter: TC; list?: T[]; setBy: (counter: TC, key: string, value: T) => void; }): Promise;