/** * The export carries opacity but no colour, so the ramp has to be tinted or it * falls back to black and vanishes on a dark modal. The frame runs the wash * top-centre to bottom-left, so the vector is the export's own. */ export declare function KycIdentityIcon({ color }: { color: string; }): import("react").JSX.Element; //# sourceMappingURL=KycIdentityIcon.d.ts.map