import { InputHTMLAttributes } from 'react';
export type InputProps = InputHTMLAttributes;
declare function Input({ ref, className, type, ...props }: InputProps & {
ref?: React.Ref;
}): import("react/jsx-runtime").JSX.Element;
export { Input };
//# sourceMappingURL=input.d.ts.map