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<OBlockComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OBlockComponent, "o-block", never, { "title": "title"; "description": "description"; "isBgLight": "isBgLight"; "isPositionRelative": "isPositionRelative"; "customClasses": "customClasses"; }, {}, ["oCustomContent", "children"], ["o-block-header", "o-block-text", "*", "o-block-footer"], false>;
}
