import React, { ComponentType } from 'react';
import { BaseInputProps, GetInputableProps } from './Props';
declare const _default: <Value, U extends BaseInputProps, Item = any>(Origin: React.ComponentType<U>) => React.ComponentType<GetInputableProps<U, Value>>;
export default _default;