import { type KycStatusGlyph } from '../icons/KycStatusIcon'; export interface FiatKycNoticeProps { title: string; detail: string; /** * Set once identity has resolved. The banner then reports an outcome — * glyph, title and detail on their own lines, and no tail, since it no * longer points at a held deposit. */ status?: KycStatusGlyph; } /** * Identity notice from KYC R2, 2087:8432; the resolved states are KYC * Processing Completion, 2387:11504 and siblings. */ export declare function FiatKycNotice({ title, detail, status }: FiatKycNoticeProps): import("react").JSX.Element; //# sourceMappingURL=FiatKycNotice.d.ts.map