import { IField } from '../../generator';
export declare const getFieldGridColumn: (fields: IField[], fieldIndex: number) => string;
