import { FieldTypeEnum } from './field-type.enum'; import { MatTableInputTypeEnum } from './mat-table-input-type.enum'; import { MatTableIconTypeEnum } from './mat-table-icon-type.enum'; import { AlignTypeEnum } from './align-type.enum'; export declare class MatTableColumnModel { field: string; subField: string; subSubField: string; subSubSubField: string; label: string; fieldType: FieldTypeEnum; inputType: MatTableInputTypeEnum; columnFlexGrow: number; currencyType: boolean; suggestions: any[]; fieldToDisplay: any; fieldToDisplayDetails: any; selectValues: any[]; listOfListOfSelectValues: any[][]; iconType: boolean; iconTemplate: MatTableIconTypeEnum; filteredList: any; decimalNumber: number; dateFormat: string; dateFormatLegal: string; maxLength: number; pattern: string; textAlign: AlignTypeEnum; justifyContentCenter: boolean; filterValue: string; withFilter: boolean; isListFilter: boolean; htmlTemplate: any; constructor(field: string, label: string, fieldType: FieldTypeEnum, inputType: MatTableInputTypeEnum); } //# sourceMappingURL=mat-table-column.model.d.ts.map