import type { FiatProvider } from '@funkit/connect-core'; /** * The terms of the provider that settles the order (1844:17449) — told, not * asked: pressing the action below is what accepts them. * * The provider is the round's, not a constant: the routing engine picks it per * user, and a buyer routed to one provider must never consent to another's. */ export declare function FiatProviderTerms({ provider }: { provider?: FiatProvider; }): import("react").JSX.Element; //# sourceMappingURL=FiatProviderTerms.d.ts.map