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