import { ColumnBase } from './ColumnBase'; export declare class TabularColumn extends ColumnBase { constructor(); constructor(fieldName: string); /** * Gets or sets the field name. */ fieldName?: string; }