import type { Cell, FormItem } from '@sinoform/types'; export default function genFileUploadLayout(table: Cell[][], field: FormItem, colLen: number, needBorder?: boolean): void;