import { AfterContentInit, ElementRef } from '@angular/core'; import { PuiPortletHeaderComponent } from './portlet-header.component'; import { PuiPortletBodyComponent } from './portlet-body.component'; import { PuiTabComponent } from '../tab/index'; export declare class PuiPortletComponent implements AfterContentInit { id: string; header: PuiPortletHeaderComponent; body: PuiPortletBodyComponent; bodyRef: ElementRef; hasTabs: boolean; tabs: Array; ngAfterContentInit(): void; }