export declare const maxColumnSizeReducer: (state: Record, action: { type: 'ADD_SIZE'; field: string; value: number; }) => Record;