/** * Registry of provider display modes (iframe or popup) * * This mapping controls how each onramp provider is displayed in the UI. * - 'popup': Opens in a new browser window/tab * - 'iframe': Embedded directly in the current page */ export declare const providerDisplayModes: Record;