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