export declare const initializeWidgets: ({ container, forceReload, }: { container?: HTMLElement | undefined; forceReload?: boolean | undefined; }) => void;