import { OnInit } from '@angular/core'; export declare class BlockTreeNodeComponent implements OnInit { pageBlocks: any[]; widgetProperties: any; constructor(); ngOnInit(): void; }