///
import * as T from "@nexys/react-bootstrap/dist/headless/form/type";
export declare const InputGeneric: ({ value, onChange, errors, disabled, placeholder, type, }: T.InputProps & {
type: T.InputType;
}) => JSX.Element;
export default InputGeneric;