import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps, FunctionComponent } from '@yamada-ui/core'; interface SelectIconProps extends HTMLUIProps { } declare const SelectIcon: _yamada_ui_core.Component<"div", SelectIconProps>; interface SelectClearIconProps extends SelectIconProps { disabled?: boolean; } declare const SelectClearIcon: FunctionComponent; export { SelectClearIcon, type SelectClearIconProps, SelectIcon, type SelectIconProps };