import * as _yamada_ui_core from '@yamada-ui/core';
import { HTMLUIProps, ThemeProps } from '@yamada-ui/core';

interface InputGroupProps extends HTMLUIProps, ThemeProps<"Input"> {
}
declare const InputGroup: _yamada_ui_core.Component<"div", InputGroupProps>;

export { InputGroup, type InputGroupProps };
