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