import { ElementRef, OnInit } from '@angular/core'; export declare class TimeageDirective implements OnInit { private el; time: Date; constructor(el: ElementRef); ngOnInit(): void; }