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