import { OnInit } from '@angular/core'; import { TimerToLock } from './timer-to-lock'; export declare class LockPageComponent implements OnInit { lock: TimerToLock; constructor(lock: TimerToLock); ngOnInit(): void; }