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