import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import { AuthService } from '../../../services/auth.service'; import * as i0 from "@angular/core"; export declare class TermsconditionsComponent { private service; private modalRef; enableAgree: boolean; terms: any; accepted: any; constructor(service: AuthService, modalRef: NgbActiveModal); onScroll(event: any): void; updateterms(evt: any): void; onContinueTerms(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }