import { InputWithIconProps } from './Input.types'; /** * Input with left and/or right icons */ export default function InputWithIcon({ label, isRequired, leftIcon, leftIconClick, rightIcon, rightIconClick, isError, isDisabled, helperText, isHelperText, focusedText, htmlFor, iconClickOnDisabled, size, className, id, 'data-testid': dataTestId, inputProps, ...args }: InputWithIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=InputWithIcon.d.ts.map