import { OnInit } from '@angular/core'; import { Loggable } from '../../Loggable'; import * as i0 from "@angular/core"; export declare class ToolbarCellComponent extends Loggable implements OnInit { readonly name = "ToolbarCellComponent"; _flex: string; get flex(): string | number; set flex(val: string | number); init: boolean; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }