interface HtmlHydrationPluginProps { html: string; } /** * Populates the editor with an HTML string on initial mount. */ export declare const HtmlHydrationPlugin: (props: HtmlHydrationPluginProps) => null; export {};