import { CdkPortal } from '@angular/cdk/portal'; import { InjectionToken } from '@angular/core'; import * as i0 from "@angular/core"; export declare const KBQ_TAB_LABEL: InjectionToken; /** Used to flag tab labels for use with the portal directive */ export declare class KbqTabLabel extends CdkPortal { /** Whether the tab contains only an icon without a label. */ readonly iconOnly: import("@angular/core").InputSignalWithTransform; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }