/** * The only reason we need this is because of this error NG3003. * More about the error: https://angular.dev/errors/NG3003 * Suggested workaround: https://stackoverflow.com/questions/68321910/angular-ng3003-error-when-child-component-references-parent-component */ import { InjectionToken } from '@angular/core'; export declare const DATE_FIELD: InjectionToken;