import type { ChangeEventHandler, Dispatch, RefObject, SetStateAction } from 'react'; import type { TextInputProps } from './type'; export declare const RightIcon: ({ success, error, loading, computedClearable, disabled, size, computedValue, inputRef, setLocalValue, onChangeCallback, }: Pick & { computedClearable: boolean; computedValue?: string; inputRef?: RefObject; setLocalValue: Dispatch>; onChangeCallback: ChangeEventHandler; }) => import("react").JSX.Element | null; //# sourceMappingURL=RightIcon.d.ts.map