import { OnInit } from '@angular/core';
import { NgbModalOptions, NgbModalRef } from '@ng-bootstrap/ng-bootstrap';
import { SdsModalService } from './modal.service';
import * as i0 from "@angular/core";
export declare class SdsModalComponent implements OnInit {
    private modalService;
    body: any;
    footer: any;
    icon?: string;
    header?: string;
    options?: NgbModalOptions;
    private modalRef;
    constructor(modalService: SdsModalService);
    ngOnInit(): void;
    open(): NgbModalRef;
    close(result?: any): void;
    dismiss(reason?: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SdsModalComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SdsModalComponent, "sds-modal", never, { "icon": { "alias": "icon"; "required": false; }; "header": { "alias": "header"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, ["body", "footer"], never, false, never>;
}
