import { TemplateRef } from '@angular/core'; import { CMSPageWsDTO, ContentSlotWsDTO } from '@ngx-y/yapi'; import { AbstractCmsComponent } from '../../models'; import * as i0 from "@angular/core"; /** * Simulates a content slot. A content slot is a placeholder with one or more components. */ export declare class CmsSlotComponent { position: string | undefined; ctx: any; classes: string; smartEdit: boolean; contentFirst: boolean; componentTemplate: TemplateRef | undefined; slots: ContentSlotWsDTO[] | undefined; set cms(cms: CMSPageWsDTO | undefined); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }