import * as i0 from "@angular/core";
/**
 * Navigation tab panel associated with the Tab Navigation Bar component.
 */
export declare class TabNavigationPanelComponent {
    /**
     * Unique identifier for the component
     */
    id: string;
    protected _activeTabId: string | undefined;
    setActiveTabId: (id: string) => string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TabNavigationPanelComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TabNavigationPanelComponent, "fudis-tab-navigation-panel", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
}
