import { OnInit } from '@angular/core'; import { AbstractCmsComponent, FlexComponentWsDTO } from '../../models'; import { ComponentWsDTO } from '@ngx-y/yapi'; import * as i0 from "@angular/core"; /** * Import CMSFlexComponent to be compatible spartacus */ export declare class CmsFlexComponent extends AbstractCmsComponent implements OnInit { component: ComponentWsDTO | undefined; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }