// @ts-nocheck export { CoreModels } from 'tnp-core/browser'; import * as i0 from '@angular/core'; import { ElementRef, Renderer2, OnInit, QueryList } from '@angular/core'; import * as i4 from '@angular/cdk/layout'; declare class DirectiveGrow { e: ElementRef; renderer: Renderer2; constructor(e: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class ColumnComponent implements OnInit { width: number; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class ColumnsComponent { childrens: QueryList; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class StaticColumnsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule };