export declare const createRowWithColSize: (cols: number, cellType?: string) => { type: string; attrs: {}; children: any[]; };