import React from 'react';
import { InputProps } from './interface';
declare type NativeInputProps = Omit<React.InputHTMLAttributes<HTMLElement>, 'type'>;
declare const _default: React.ForwardRefExoticComponent<NativeInputProps & InputProps & React.RefAttributes<unknown>>;
export default _default;
