import type { UIUtilities } from '../type/UIUtilities'; import type { PartialTheme } from '@fluentui/react/lib/Theme'; /** * Create the UI Utilities object for plugins to render additional react components * @param container Container DIV of editor * @param theme Current theme used by editor * @returns A UIUtilities object */ export declare function createUIUtilities(container: HTMLDivElement, theme: PartialTheme): UIUtilities;