import { TranslateService } from '@ngx-translate/core';
export declare class InputDateComponent {
    private _translate;
    formName: string;
    label: string;
    value: string;
    callbackChange: Function;
    textLabel: string;
    constructor(_translate: TranslateService);
    ngAfterViewInit(): void;
    change(): void;
}
