import { I18n } from '../../interfaces'; export interface I18nBalDate { toggleDatepicker: string; nextMonth: string; previousMonth: string; selectMonth: string; } export declare const i18nBalDate: I18n;