import type Column from '../Column.js'; export default class ColumnComponent { protected _column: Column; get attributes(): import("../index.js").Attributes; get filterField(): import("../Attribute.js").default | undefined; get formField(): import("../Attribute.js").default | undefined; get listFormat(): import("../Attribute.js").default | undefined; get spanField(): import("../Attribute.js").default | undefined; get viewFormat(): import("../Attribute.js").default | undefined; constructor(column: Column); }