import React from 'react'; import { InputAffixProps } from './InputAffix'; import { InputBaseProps } from './InputBase'; export type InputProps = InputBaseProps & InputAffixProps; export declare const Input: React.ForwardRefExoticComponent, "width" | "size"> & import("./InputBase").InputBaseType & import("../../types/common").AriaFocusProps & InputAffixProps & React.RefAttributes>;