export { default } from './Input'; export { default as InputSC } from './styled'; export type { InputProps } from './Input';