import type { SlatePlugin } from '../types/SlatePlugin'; import type { SlateState } from '../types/state'; declare const HtmlToSlate: ({ plugins }: { plugins: SlatePlugin[]; }) => (htmlString: string) => SlateState; export default HtmlToSlate; //# sourceMappingURL=HtmlToSlate.d.ts.map