import type { S2TableSheetOptions } from '../../common/interface'; export declare const getValidFrozenOptions: (opts: S2TableSheetOptions, colLength: number, dataLength?: number) => S2TableSheetOptions;