/** * The "Crypto" funding-source glyph (Figma: Add money crypto row leading) — the * RN port of web's `CircleBitcoinIcon`. Renders the bitcoin disc in the theme's * primary text color. */ export declare function CryptoBitcoinIcon({ size }: { size?: number; }): import("react").JSX.Element; //# sourceMappingURL=CryptoBitcoinIcon.d.ts.map