import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ModalOpenComponent implements OnInit {
    title: string;
    body: string;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ModalOpenComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ModalOpenComponent, "lib-modal-open", never, { "title": { "alias": "title"; "required": false; }; "body": { "alias": "body"; "required": false; }; }, {}, never, ["*"], false, never>;
}
