import { Subject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class HeaderComponent {
    header: string;
    custom: boolean;
    hideCLoseBtn: boolean;
    status: Subject<boolean>;
    close(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "modal-header", never, { "header": { "alias": "header"; "required": false; }; "custom": { "alias": "custom"; "required": false; }; "hideCLoseBtn": { "alias": "hideCLoseBtn"; "required": false; }; }, {}, never, ["*"], false, never>;
}
