import { OnInit } from '@angular/core'; export declare class BlockComponent implements OnInit { theme: string; title: string; constructor(); ngOnInit(): void; }