export interface ICrmTableCss { 'displayBlock': string; 'wrapper': string; 'crmTable': string; 'selected': string; 'valueCell': string; 'crmBody': string; 'bottomBordered': string; 'textOverflowContainer': string; 'textOverflowEllipsis': string; } export const locals: ICrmTableCss;