declare const en: { $lang: string; $name: string; $dir: "ltr" | "rtl"; 'nord-command-menu': { instructions: string; inputLabel: string; footerArrowKeys: string; footerEnterKey: string; footerEscapeKey: string; footerBackspaceKey: string; noResults: (searchTerm: string) => string; tip: string; placeholder: string; }; 'nord-calendar': { prevMonthLabel: string; nextMonthLabel: string; monthSelectLabel: string; yearSelectLabel: string; }; 'nord-date-picker': { modalHeading: string; closeLabel: string; buttonLabel: string; selectedDateMessage: string; dateOutOfMinBound: (minDate: string) => string; dateOutOfMaxBound: (maxDate: string) => string; }; 'nord-modal': { closeLabel: string; }; 'nord-nav-toggle': { label: string; }; 'nord-textarea': { remainingCharacters: (remainder: number) => string; }; 'nord-notification': { dismissLabel: string; }; 'nord-message': { unreadLabel: string; }; 'nord-tag': { removeLabel: string; }; }; export default en;