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