import type { ColCell, RowCell } from '../../../cell'; import type { CopyableList } from '../../../common/interface/export'; /** * 获取表头圈选后的 header cells 值矩阵 * @param {RowCell[] | ColCell[]} interactedCells * @return {CopyableList} */ export declare function getBrushHeaderCopyable(interactedCells: RowCell[] | ColCell[]): CopyableList;