/// <reference types="react" />
import { type InputBaseProps } from "./InputBase";
export interface InputProps extends InputBaseProps {
}
export declare const Input: import("react").MemoExoticComponent<import("@formily/react").ReactFC<InputProps & {
    ref?: import("react").LegacyRef<any> | undefined;
}>>;
