import type { EditorCore } from 'roosterjs-content-model-types'; /** * @internal * Toggle table selection styles on/off * @param core The EditorCore object * @param isHiding True to hide the table selection background, false to show it */ export declare function toggleTableSelection(core: EditorCore, isHiding: boolean): void;