import { LitElement } from 'lit'; import { AbstractConstructor } from './constructor.ts'; export declare abstract class SbbAnimationCompleteMixinType { isAnimating: boolean; get animationComplete(): Promise | null; protected startAnimation(): void; protected stopAnimation(): void; } /** * Enhances the component with a Promise which resolves whenever an animation ends. */ export declare const SbbAnimationCompleteMixin: >(superClass: T) => AbstractConstructor & T; //# sourceMappingURL=animation-complete-mixin.d.ts.map