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