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