export type KycStatusGlyph = 'complete' | 'pending' | 'soft' | 'hard' | 'required'; export declare function KycStatusIcon({ glyph, color, faded, height: drawn, }: { glyph: KycStatusGlyph; color?: string; /** The card's brand-to-tint wash; the banner leaves it off. */ faded?: boolean; /** Drawn height; the width follows. The banner omits it, the card sets it. */ height?: number; }): import("react").JSX.Element; //# sourceMappingURL=KycStatusIcon.d.ts.map