import { ElementRef } from "@angular/core";
export declare class SemanticTransitionComponent {
    transition: ElementRef;
    show(animation?: string): void;
}
