import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; import { BaseComponent } from '../base/base.component'; import * as i0 from "@angular/core"; export declare class DateComponent extends BaseComponent implements OnInit { control: FormControl; ngOnInit(): void; /** * find the first non letter character in a date format such as dd/MM/yyyy (returns /) */ getDelimiter(format: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }