import { type TemplateResult } from '../../../../Dom/Html'; import type { NumberCounterElement } from './NumberCounterElement'; /** * The template of the `NumberCounterElement`. * * @public */ export declare function numberCounterElementTemplate(e: T): TemplateResult; //# sourceMappingURL=NumberCounterElementTemplate.d.ts.map