import type { Quote } from '@funkit/connect-core'; /** * What the buyer is paying, kept on screen through verification. * * Every `KYC` state carries its quote precisely so the price never disappears * behind the identity step — someone asked for a tax ID has to be able to see * what they are being asked it for. */ export declare function FiatQuotePrice({ quote }: { quote: Quote; }): import("react").JSX.Element; //# sourceMappingURL=FiatQuotePrice.d.ts.map