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