import { type AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TuiItemGroup implements AfterViewInit { private readonly el; protected readonly nothing: undefined; horizontal: boolean; autoscroll: boolean; ngAfterViewInit(): void; protected onClick(target: HTMLElement): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }