/// import { ProTableBaseProps } from '../types'; declare type UseProTableSettingOptions = Pick; export declare const useProTableSettingValue: (options: UseProTableSettingOptions) => { tableSetting: any; setTableSetting: any; }; export declare type ProTableSettingValue = ReturnType; export declare const ProTableSettingContext: import("react").Context<{ tableSetting: any; setTableSetting: any; }>; export {};