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