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