import { I18n } from '../../interfaces'; interface I18nBalLabel { optional: string; } export declare const i18nBalLabel: I18n; export {};