import * as React from 'react'; declare function Input({ className, type, ref, ...props }: React.ComponentProps<'input'>): React.JSX.Element; type InputProps = React.ComponentProps; export { Input, type InputProps };