import type { ContainerProps } from './types'; /** * Entry to the UIKit component library. It will complete initialization, configure custom parameters and other preparations. * * **Note** IM will be initialized here. If other UIKit is integrated at the same time, the parameters initialized first shall prevail. * For example: if `chat uikit sdk` and `chat uikit sdk` are integrated at the same time, then the parameter initialized first will prevail. * * @param props {@link ContainerProps} */ export declare function Container(props: ContainerProps): import("react/jsx-runtime").JSX.Element; export declare const getReleaseArea: (releaseArea?: import("..").ReleaseArea) => import("..").ReleaseArea; //# sourceMappingURL=Container.d.ts.map