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