import { IDateFormat } from '../types'; declare const DATE_FORMATS: IDateFormat[]; export default DATE_FORMATS;