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