import { OnInit } from '@angular/core';
export declare class NgxCfDateTimeLabelComponent implements OnInit {
    format: string;
    val: string;
    timeZone: string;
    formattedValue: string;
    constructor();
    ngOnInit(): void;
    getFormatedValue(): string;
}
