/** * The consent the buyer has to give before the form opens (1844:17451). * * The whole row is the control, not the box alone: the copy is four lines of * 12pt type, and a 32pt square is a small target beside it. */ export declare function FiatConsentCheck({ isChecked, onToggle, }: { isChecked: boolean; onToggle: () => void; }): import("react").JSX.Element; //# sourceMappingURL=FiatConsentCheck.d.ts.map