import { default as TuiDialog } from './Dialog';
import { default as TuiMessage } from './Message/index';
import { default as TuiMessageBox } from './MessageBox';
import { default as TuiNotification } from './Notification';
import { default as TuiBadge } from './Badge.vue';
import { default as TuiButton } from './Button.vue';
import { default as TuiDrawer } from './Drawer.vue';
import { default as IconButton } from './IconButton.vue';
import { default as TuiInput } from './Input';
import { default as TuiOption } from './Option';
import { default as TuiPopUpH5 } from './PopUpH5.vue';
import { default as TuiSelect } from './Select';
import { default as SvgIcon } from './SvgIcon.vue';
import { default as TuiSwitch } from './TuiSwitch.vue';
import { default as TuiCheckbox } from './Checkbox';

export { TuiDialog, TuiMessage, TuiMessageBox, TuiNotification, TuiBadge, TuiButton, TuiDrawer, IconButton, TuiInput, TuiOption, TuiPopUpH5, TuiSelect, SvgIcon, TuiSwitch, TuiCheckbox, };
