import { BaseComponent } from 'primeng/basecomponent';
import * as i0 from "@angular/core";
/**
 * TabPanel is a helper component for Tabs component.
 * @group Components
 */
export declare class TabPanel extends BaseComponent {
    pcTabs: any;
    /**
     * Value of the active tab.
     * @defaultValue undefined
     * @group Props
     */
    value: import("@angular/core").ModelSignal<string | number>;
    id: import("@angular/core").Signal<string>;
    ariaLabelledby: import("@angular/core").Signal<string>;
    active: import("@angular/core").Signal<boolean>;
    static ɵfac: i0.ɵɵFactoryDeclaration<TabPanel, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TabPanel, "p-tabpanel", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, ["*"], true, never>;
}
