import { ElementRef } from '@angular/core'; import { OCustomContentDirective } from 'ngx-obelisco-example/directives'; import * as i0 from "@angular/core"; export declare class OBlockComponent { title?: string; description?: string; isBgLight?: boolean; isPositionRelative?: boolean; customClasses: string; oCustomContent?: OCustomContentDirective; children: ElementRef | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }