import type { GenericContentEditFeature, PluginEvent } from 'roosterjs-editor-types'; /** * @internal * Feature that when Backspace is pressed and there is Table Selection, delete the contents inside of the selection */ export declare const DeleteTableContents: GenericContentEditFeature;