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