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