export declare class ColumnTemplate { static columntemplate: { label: string; columns: { components: any[]; width: number; offset: number; push: number; pull: number; type: string; hideOnChildrenHidden: boolean; input: boolean; key: string; tableView: boolean; label: string; placeholder: string; prefix: string; customClass: string; suffix: string; multiple: boolean; defaultValue: any; protected: boolean; unique: boolean; persistent: boolean; hidden: boolean; clearOnHide: boolean; dataGridLabel: boolean; labelPosition: string; labelWidth: number; labelMargin: number; description: string; errorLabel: string; tooltip: string; hideLabel: boolean; tabindex: string; disabled: boolean; autofocus: boolean; dbIndex: boolean; customDefaultValue: string; calculateValue: string; allowCalculateOverride: boolean; widget: any; refreshOn: string; clearOnRefresh: boolean; validateOn: string; validate: { required: boolean; custom: string; customPrivate: boolean; }; conditional: { show: any; when: any; eq: string; }; id: string; }[]; showDataGrid: boolean; mask: boolean; tableView: boolean; alwaysEnabled: boolean; frontOffice: boolean; type: string; input: boolean; key: string; placeholder: string; prefix: string; customClass: string; suffix: string; multiple: boolean; defaultValue: any; protected: boolean; unique: boolean; persistent: boolean; hidden: boolean; clearOnHide: boolean; dataGridLabel: boolean; labelPosition: string; labelWidth: number; labelMargin: number; description: string; errorLabel: string; tooltip: string; hideLabel: boolean; tabindex: string; disabled: boolean; autofocus: boolean; dbIndex: boolean; customDefaultValue: string; calculateValue: string; allowCalculateOverride: boolean; widget: any; refreshOn: string; clearOnRefresh: boolean; validateOn: string; validate: { required: boolean; custom: string; customPrivate: boolean; }; conditional: { show: any; when: any; eq: string; }; autoAdjust: boolean; hideOnChildrenHidden: boolean; id: string; }; }