import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; /** Bloqueia o conteudo na div que é aplicada * O elemento superior NÃO deve ter posicionamento INSET */ export declare class ContentBlockComponent implements OnInit { /** Texto a ser exibido */ text: string; /** Define se o conteudo é bloqueado ou não */ value: boolean; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }