import { OnInit } from '@angular/core'; import { IListItemOption } from '../../../constants/interface/i-list-item-option'; import * as i0 from "@angular/core"; export declare class TqlActionBarComponent implements OnInit { data: any; notCompressMin: number; action: IListItemOption; listStyle: TqlActionBarComponent.ENUM_STYLE | string; ENUM_STYLE: typeof TqlActionBarComponent.ENUM_STYLE; compressedGroup: IListItemOption[]; unCompressedGroup: IListItemOption[]; _list: IListItemOption[]; nestedArrowIcon: string; set list(list: IListItemOption[]); get list(): IListItemOption[]; constructor(); ngOnInit(): void; convertActionGroup(options: IListItemOption[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare namespace TqlActionBarComponent { enum ENUM_STYLE { NORMAL = "normal", SMALL = "small" } }