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