import { type TemplateResult } from '../../../../Dom/Html'; import type { FontEditorElement } from './FontEditorElement'; /** * The template for the FontEditorElement. * * @param element - The element instance. * @returns The template result. * @public */ export declare function fontEditorElementTemplate(element: T): TemplateResult; //# sourceMappingURL=FontEditorElementTemplate.d.ts.map