import type { ShippedSuiteConfiguration } from './WidgetView'; export declare const ShippedSuite: any; export declare function configure(serializable: { publicKey: string; mode: string; }): any; export declare function displayLearnMoreModal(configuration: ShippedSuiteConfiguration): any; export declare function getOffersFee(amount: string, currency?: string): Promise<{ string: any; }>; export { ShippedSuiteType, ShippedSuiteAppearance, WidgetView, WidgetViewProps, WidgetViewMethods, WidgetChangeEventData } from './WidgetView'; //# sourceMappingURL=index.d.ts.map