import * as React from 'react'; import { ICommonInputProps } from '../types'; export default function (OriginComponent: React.ElementType): (rawProps: ICommonInputProps) => JSX.Element;