import * as react_jsx_runtime from 'react/jsx-runtime';
import React__default from 'react';

declare function Input({ className, type, ...props }: React__default.ComponentProps<"input">): react_jsx_runtime.JSX.Element;

export { Input };
