/** * @license * Copyright Health Catalyst All Rights Reserved. * * Use of this source code is governed by an Apache-2.0 license that can be * found in the LICENSE file at https://raw.githubusercontent.com/HealthCatalyst/Fabric.Cashmere/dev/LICENSE */ import { InjectionToken } from '@angular/core'; export declare type D = Date; export declare type HcDateFormats = { parse: { dateInput: any; }; display: { dateInput: any; timeInput: any; dateTimeInput: any; monthYearLabel: any; dateA11yLabel: any; monthYearA11yLabel: any; }; }; export declare const HC_DATE_FORMATS: InjectionToken;