export declare const enUS: {
    translationStrings: {
        Badge_dismiss: string;
        Card_deselect: string;
        Card_select: string;
        ColorPicker_blueChannel: string;
        ColorPicker_greenChannel: string;
        ColorPicker_hexValue: string;
        ColorPicker_opacity: string;
        ColorPicker_redChannel: string;
        ColorPicker_selectColor: string;
        ColorPicker_selectFormat: string;
        DatePicker_selectDate: string;
        Dialog_close: string;
        Flyout_close: string;
        Notice_dismiss: string;
        Select_additionalItemsSelected: string;
        Select_clear: string;
        Select_error: string;
        Select_multipleItemsSelected: string;
        Select_selectedCount: string;
        Select_singleItemSelected: string;
        Select_toggleMenu: string;
        Switch_defaultLabel: string;
        Table_sortAscending: string;
        Table_sortByAscending: string;
        Table_sortByDescending: string;
        Table_sortDescending: string;
    };
    dateLocale: import('date-fns').Locale;
};
