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