export declare class VernostListComponent { listtitle: string; listModel: any; constructor(); ngOnInit(): void; } export interface PeriodicElement { name: string; position: number; weight: number; symbol: string; }