import type { SlateEditor } from '@udecode/plate-common'; import type { KeyboardEvent } from 'react'; export declare function onBackspaceDecreaseListDepth(editor: SlateEditor, event: KeyboardEvent): boolean;