import { SPEditor } from '@udecode/slate-plugins-core'; import { Descendant } from 'slate'; /** * Normalize the descendants to a valid document fragment. */ export declare const normalizeDescendantsToDocumentFragment: (editor: T, { descendants }: { descendants: Descendant[]; }) => Descendant[]; //# sourceMappingURL=normalizeDescendantsToDocumentFragment.d.ts.map