import { TabHeaderVariantProps } from '../directives/tab-header/tab-header.directive'; import * as i0 from "@angular/core"; export type Tab = { id: string; label: string; status: TabHeaderVariantProps; }; export declare const tabComponent: (props?: ({ variant?: "box" | "border" | "lift" | null | undefined; size?: "xs" | "sm" | "md" | "lg" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type TabVariantProps = 'box' | 'border' | 'lift' | null | undefined; export type TabSizeProps = 'xs' | 'sm' | 'md' | 'lg' | null | undefined; export type TabProps = { variant?: TabVariantProps; size?: TabSizeProps; }; export declare class TabComponent { variant: import("@angular/core").InputSignal; size: import("@angular/core").InputSignal; disabled: import("@angular/core").InputSignal; active: import("@angular/core").InputSignal; componentClass: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }