import { ComponentType } from '../../../../../shared-form/enums'; import { BaseElementComponent } from '../../base'; import { ContentDividerModel } from '../../../../models/elemets/inputs'; import * as i0 from "@angular/core"; export declare class ContentDividerComponent extends BaseElementComponent { type: ComponentType; get getSizeClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }