import { ElementRef } from "@angular/core";
export declare class SemanticModalComponent {
    class: string;
    title: string;
    icon: string;
    modal: ElementRef;
    show(data?: {}): void;
    hide(): void;
}
