import { type FC } from 'react'; /** * Widget for displaying iframe-based onramp providers * Note: Popup-based providers (like Coinbase) are handled separately in their onClick handlers */ export declare const OnrampWidget: FC;