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