import { AnimationTriggerMetadata } from '@angular/animations';
export declare class CollapsibleAnimationsService {
    static collapsibleBodyAnimationDuration: string;
    static easeInQuad: string;
    static easeOutQuad: string;
    static collapsibleTableRowAnimationDuration: string;
    static collapsibleBodyAnimations(triggerName: string): AnimationTriggerMetadata[];
}
