import { OnInit } from '@angular/core';
export declare class HeaderComponent implements OnInit {
    title: string;
    type: number;
    constructor();
    ngOnInit(): void;
}
