import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { SetService } from 'ngx-block-core'; export declare class TableFormDateComponent implements OnInit { setService: SetService; form: FormGroup; ColumnData: any; sets: any; nzFormGroupData: any; blockid: string; formId: string; columnName: string; index: number; constructor(setService: SetService); ngOnInit(): void; today: any; todayday: any; months: any[]; disabledDate: (current: Date) => boolean; disabledDateTime: () => object; }