/**
 * @fileoverview Input component exports
 */
export { Input, type InputProps } from './Input';
export { default } from './Input';
