import { IModelState } from '../types';
export default function reduceSetWidth(state: IModelState, payload: number): IModelState;
