import { I18n } from '../../interfaces'; interface I18nBalDatepicker { months: string[]; monthsShort: string[]; weekdays: string[]; weekdaysShort: string[]; weekdaysMin: string[]; } export declare const i18nBalDatepicker: I18n; export {};