import { I18n } from '../../interfaces'; interface I18nBalTimeInput { hours: string; minutes: string; } export declare const i18nBalTimeInput: I18n; export {};