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