export { default as Input } from './input';
export { inputProps } from './props';
export type { InputProps, InputCProps } from './props';
export type { InputType, InputExposed } from './symbol';
