export declare class SegColumnCommon { idColumn: number; key: string; realKey: string; completeKey: string; label: string; type: string; categoryId: number; category: string; formId: string; isEditable: boolean; isMultiple: boolean; isCalculated: boolean; isSelectedZoom: boolean; constructor(); }