import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; declare function Input({ className, type, ...props }: React.ComponentProps<"input">): react_jsx_runtime.JSX.Element; export { Input };