import { TemplateRef } from '@angular/core'; export declare class ModalTabComponent { title: string; template: TemplateRef; isValid(): boolean; getValue(): {}; }