import { RootInteraction as OriginRootInteraction, type CellMeta } from '@antv/s2'; export declare class RootInteraction extends OriginRootInteraction { shouldForbidHeaderCellSelected: (selectedCells: CellMeta[]) => boolean; }