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