import { I18n } from '../../interfaces'; interface I18nBalInputStepper { increase: string; decrease: string; } export declare const i18nBalInputStepper: I18n; export {};