import ruElLocale from 'element-plus/dist/locale/ru.js';
import enElLocale from 'element-plus/dist/locale/en.js';
import uzElLocale from 'element-plus/dist/locale/uz-uz.js';

import {
  ElMessage,
  ElMessageBox,
  ElNotification,
  ElLoading,

  ElTable,
  ElCol,
  ElTableColumn,
  ElRow,
  ElForm,
  ElFormItem,

  ElDropdown,
  ElDropdownMenu,
  ElDropdownItem,
  ElCard,
  ElButton,
  ElImage,
  ElCascader,
  ElSelect,
  ElOption,
  ElTooltip,
  ElIcon,
  ElInputNumber,
  ElCheckbox,
  ElCheckboxGroup,
  ElUpload,
  ElInput,
  ElDivider,
  ElAlert,
  ElEmpty,
  ElPopconfirm,
  ElDialog,
  ElColorPicker,
  ElRadioGroup,
  ElRadio,
} from 'element-plus';

export {
  ruElLocale,
  enElLocale,
  uzElLocale,

  ElMessage,
  ElMessageBox,
  ElNotification,
  ElLoading,

  ElTable,
  ElCol,
  ElTableColumn,
  ElRow,
  ElForm,
  ElFormItem,

  ElDropdown,
  ElDropdownMenu,
  ElDropdownItem,
  ElCard,
  ElButton,
  ElImage,
  ElCascader,
  ElSelect,
  ElOption,
  ElTooltip,
  ElIcon,
  ElInputNumber,
  ElCheckbox,
  ElCheckboxGroup,
  ElUpload,
  ElInput,
  ElDivider,
  ElAlert,
  ElEmpty,
  ElPopconfirm,
  ElDialog,
  ElColorPicker,
  ElRadioGroup,
  ElRadio,
};
