/** * The "Copy address" button glyph — the RN port of web's * `CopyDoubleRoundedSquareIcon`. Renders in the theme's secondary-button label * color so it matches the button text. */ export declare function CopyAddressIcon({ size }: { size?: number; }): import("react").JSX.Element; //# sourceMappingURL=CopyAddressIcon.d.ts.map