import { InputProps } from '../interfaces.js';
export declare function InputControl({ i18n, icon, name, label, loading, children, disable, fieldValue, enableToClearInput, }: InputProps & {
    fieldValue?: string;
}): import("react/jsx-runtime").JSX.Element;
