/** A component for overlaying content on top of the QR code */ export declare const QRCodeOverlay: import("@qwik.dev/core").Component<{ align?: string | undefined; } & import("@qwik.dev/core").HTMLElementAttrs & import("@qwik.dev/core/internal").QwikAttributes>;