export interface FiatKycOptionRowProps { title: string; detail: string; /** Words on the chip; the design says "Go" for every route so far. */ action: string; /** Where the detail breaks; the frames set it per route. */ detailWidth?: number; onPress: () => void; } /** * One route out of a held deposit, inside the identity options card (Figma * KYC R2, 2387:13638). */ export declare function FiatKycOptionRow({ title, detail, action, detailWidth, onPress, }: FiatKycOptionRowProps): import("react").JSX.Element; //# sourceMappingURL=FiatKycOptionRow.d.ts.map