import { TableProColumn } from './types'; import { ColumnSettingOptions } from './useTableColumns'; export declare function getFixedPriority(fixedValue: any): number; export declare function updateTreeCheckStatus(tree: TableProColumn[], targetKey: string, checked: boolean, initialStatus: RS): RS;