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