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