import * as _angular_core from '@angular/core'; import { AfterContentInit, ElementRef } from '@angular/core'; import * as _lucca_front_ng_segmented_control_tabs from '@lucca-front/ng/segmented-control-tabs'; import { PortalContent } from '@lucca-front/ng/core'; import * as i1 from '@lucca-front/ng/forms'; declare class SegmentedControlTabsPanelComponent { protected segmentedControlTabsRef: _lucca_front_ng_segmented_control_tabs.SegmentedControlTabsComponent; readonly label: _angular_core.InputSignal; readonly value: _angular_core.InputSignal; readonly id: number; readonly panelId: string; readonly labelId: string; static ɵfac: _angular_core.ɵɵFactoryDeclaration, never>; static ɵcmp: _angular_core.ɵɵComponentDeclaration, "lu-segmented-control-tabs-panel", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; }, {}, never, ["*"], true, never>; } declare class SegmentedControlTabsComponent implements AfterContentInit { /** * Applies small size to segmented control tabs */ readonly small: _angular_core.InputSignalWithTransform; /** * Display segmented control tabs vertically */ readonly vertical: _angular_core.InputSignalWithTransform; active: _angular_core.ModelSignal; readonly id: string; readonly tabs: _angular_core.Signal[]>; readonly tabButtons: _angular_core.Signal[]>; readonly currentIndex: _angular_core.Signal; previous(): void; next(): void; setActiveTab(index: number): void; ngAfterContentInit(): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration, never>; static ɵcmp: _angular_core.ɵɵComponentDeclaration, "lu-segmented-control-tabs", never, { "small": { "alias": "small"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; }, { "active": "activeChange"; }, ["tabs"], ["*"], true, [{ directive: typeof i1.NoopValueAccessorDirective; inputs: {}; outputs: {}; }]>; } export { SegmentedControlTabsComponent, SegmentedControlTabsPanelComponent };