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