import { OnInit } from '@angular/core';
export declare class FangTabComponent implements OnInit {
    title: string;
    active: boolean;
    constructor();
    ngOnInit(): void;
}
