// tslint:disable-next-line:no-any export type NgClassType = string | string[] | Set | NgClassInterface; export interface NgClassInterface { [klass: string]: any; // tslint:disable-line:no-any } export interface NgStyleInterface { [klass: string]: any; // tslint:disable-line:no-any }