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