/** * Utility: generate a QR code data URL for a given text * Simplified version without QR code library dependency * * @private utility of `` component */ export declare function generateQrDataUrl(text: string): Promise;