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