import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
import * as i0 from "@angular/core";
export declare class SdsModalTemplateComponent {
    modal: NgbActiveModal;
    body: any;
    footer: any;
    header?: string;
    icon?: string;
    constructor(modal: NgbActiveModal);
    static ɵfac: i0.ɵɵFactoryDeclaration<SdsModalTemplateComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SdsModalTemplateComponent, "sds-modal-template", never, { "header": { "alias": "header"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, ["body", "footer"], never, false, never>;
}
