import type { SlateEditor } from '@udecode/plate-common'; import type { KeyboardEvent } from 'react'; import type { Node } from 'slate'; export declare function onBackspaceResetFormattingAtDocumentStart(editor: SlateEditor, match: (node: Node) => boolean, event: KeyboardEvent): boolean | void;