import * as i0 from "@angular/core"; export type TakPredefinedGrid = 'small' | 'medium' | 'big' | undefined; export declare class TakCapsuleComponent { predefinedGrid: TakPredefinedGrid; grids: number[]; private _gridsOnSides; private _gridPrincipal; ngOnInit(): void; get gridsOnSides(): string; get gridPrincipal(): string; private _generateGridsFromArray; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }