import type { IVTable } from './type'; export declare function getHierarchyOffset(col: number, row: number, table: IVTable): number;