export declare const initialize: (embedElementAttribute: string, cssFilename: string, forceReload: boolean | undefined, factoryMethod: (id: string, options: unknown, element: HTMLElement) => void) => Promise<void>;
