import { default as Input } from './Input.vue'; export { Input as VxInput }; export { inputProps, inputEmits } from './input'; export type { InputProps, InputSize, InputVariant } from './input';