import { I18n } from '../../interfaces'; interface i18nNavBars { open: string; close: string; } export declare const i18nNavBars: I18n; export {};