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