import type { TermsToAccept } from '@funkit/connect-core'; export interface FiatTermsNoticeProps { /** A standing disclosure names only its document; there is no revision to echo back. */ terms: TermsToAccept | Pick; } export declare const COINBASE_USER_AGREEMENT_URL = "https://www.coinbase.com/legal/user_agreement"; /** The server requests consent; the footer explains what the next tap accepts. */ export declare function FiatTermsNotice({ terms }: FiatTermsNoticeProps): import("react").JSX.Element; //# sourceMappingURL=FiatTermsNotice.d.ts.map