import { OnInit } from '@angular/core'; import { SeedService } from './seed.service'; export declare class SeedComponent implements OnInit { private service; greeting: string; constructor(service: SeedService); ngOnInit(): void; }