///
import { type InputProps as UIInputProps } from '@utima/ui';
import { type ConsumeFormControlProps } from '../../formControl/FormControl';
export interface InputProps extends ConsumeFormControlProps {
}
/**
* Input component that is controlled by Informed. It is a wrapped in the
* `FormControl` component, which provides the necessary props for Informed to
* work along with label and error message handling.
*/
export declare const Input: import("react").NamedExoticComponent;
//# sourceMappingURL=Input.d.ts.map