/** * The Transfer Crypto top-bar QR glyph (Figma: Transfer Crypto top bar trailing) * — the RN port of web's `CryptoTransferQRIcon`. Renders the QR-scan glyph in * the theme's primary text color. */ export declare function CryptoTransferQRIcon({ size }: { size?: number; }): import("react").JSX.Element; //# sourceMappingURL=CryptoTransferQRIcon.d.ts.map