import Root, { type InputProps, type InputSize, type InputVariant, inputVariants } from './Input.svelte';
export { type InputProps, Root as Input, inputVariants, type InputSize, type InputVariant };
