/******************************************************************* * NGX-DYNAMIC-MATERIAL-TABLE * * @description Create fancy and complex tables dynamically * * @file dynamic-table-column-definition.constants. * * @author Gökhan Sari - * * @copyright Arpage AG, Zurich Switzerland, 2018 * *******************************************************************/ export declare class DynamicTableColumnDefinitionConstants { static readonly INDICATOR_COLOR: string; static readonly HTML_ICON: string; static readonly TITLE: string; static readonly ADDITIONAL_INFO: string; static readonly DESCRIPTION: string; static readonly HTML_CONTENT_SUMMARY: string; static readonly HTML_ACTIONS: string; static readonly OTHER_TEXT_BASED1: string; static readonly OTHER_TEXT_BASED2: string; static readonly OTHER_TEXT_BASED3: string; static readonly OTHER_TEXT_BASED4: string; readonly INDICATOR_COLOR: string; readonly HTML_ICON: string; readonly TITLE: string; readonly ADDITIONAL_INFO: string; readonly DESCRIPTION: string; readonly HTML_CONTENT_SUMMARY: string; readonly HTML_ACTIONS: string; readonly OTHER_TEXT_BASED1: string; readonly OTHER_TEXT_BASED2: string; readonly OTHER_TEXT_BASED3: string; readonly OTHER_TEXT_BASED4: string; }