import Event from '../Event.cjs'; import IAnimationEventInit from './IAnimationEventInit.cjs'; /** * */ export default class AnimationEvent extends Event { animationName: string; elapsedTime: number; pseudoElement: string; /** * Constructor. * * @param type Event type. * @param [eventInit] Event init. */ constructor(type: string, eventInit?: IAnimationEventInit); } //# sourceMappingURL=AnimationEvent.d.ts.map