import * as react_jsx_runtime from 'react/jsx-runtime';
import { IconProps } from './icon/index.mjs';

type InputIconProps = IconProps;

type InputLeadingIconProps = InputIconProps;
declare const InputLeadingIcon: {
    ({ className, ...others }: InputLeadingIconProps): react_jsx_runtime.JSX.Element;
    id: string;
    displayName: string;
};

type InputTrailingIconProps = InputIconProps;
declare const InputTrailingIcon: {
    ({ className, ...others }: InputTrailingIconProps): react_jsx_runtime.JSX.Element;
    id: string;
    displayName: string;
};

export { type InputLeadingIconProps as I, type InputTrailingIconProps as a, InputLeadingIcon as b, InputTrailingIcon as c };
