/// export declare const ProTableSettingContext: import("react").Context<{ tableSetting: { isZebra: boolean; size: 'small' | 'medium'; crossline: boolean; }; setTableSetting: any; setEditType: any; refreshList: () => void; setEditRow: (row: any) => void; setRowRecord: (value: any) => void; setVisible: (visible: boolean) => void; setBehavior: (value: any) => void; }>;