import * as _yamada_ui_core from '@yamada-ui/core'; import { FC } from '@yamada-ui/core'; import { IconButtonProps } from '@yamada-ui/button'; import { IconProps } from '@yamada-ui/icon'; interface ColorSelectorEyeDropperProps extends IconButtonProps { } declare const ColorSelectorEyeDropper: _yamada_ui_core.Component<"button", ColorSelectorEyeDropperProps>; declare const EyeDropperIcon: FC; export { ColorSelectorEyeDropper, type ColorSelectorEyeDropperProps, EyeDropperIcon };