import type { VTable } from 'roosterjs-editor-dom'; /** * @internal * Remove the cells outside of the selection. * @param vTable VTable to remove selection */ export declare const removeCellsOutsideSelection: (vTable: VTable) => void;