import { AnimationTriggerMetadata } from '@angular/animations'; export abstract class AnimationsModuleConfigInterface { animations: Array; }