import { TheDefiEngineAppProviderProps } from './TheDefiEngineProvider'; /** * This is the entry point to initiate the TheDefiEngine Widget from a < script > based (non-modular) project * If you use a modular based React project, you should use TheDefiEngineApp instead. * @param rootElementId The id of the element to render the app into * @param configOptions The configuration options for the thedefiengine widget * @example * ```html * * ... *
* ... * ``` */ export declare const InitTheDefiEngineApp: (rootElementId: string, configOptions?: TheDefiEngineAppProviderProps) => void; //# sourceMappingURL=InitTheDefiEngineApp.d.ts.map