import { AnimationEvent } from '@angular/animations'; import { BaseExpandableAnimation } from './base-expandable-animation'; import * as i0 from "@angular/core"; export declare class ClrExpandableAnimation extends BaseExpandableAnimation { clrExpandTrigger: boolean; get expandAnimation(): { value: boolean; params: { startHeight: number; }; }; animationStart(event: AnimationEvent): void; animationDone(event: AnimationEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }