import type { SettingsProps } from './types'; /** * Consumers can pass settings @see settingsDefaults, which can alter on runtime * the behaviour of our library * The settings are dynamically passed during SDK initialization (same as legalEntityId) * @param settings - dictionary of type Settings */ export declare function SettingsProvider({ children, settings }: SettingsProps): import("preact/jsx-runtime").JSX.Element;