import { ComponentProps, As, ComponentWithAs } from '../types.js'; import '../../theme-79e176a6.js'; import '../../utils/object.js'; import '../../utils/types.js'; import '@kuma-ui/sheet'; import '../componentList.js'; import '@kuma-ui/system'; import 'react'; type ImageProps = ComponentProps<"Image">; type ImageComponent = ComponentWithAs; /** * Image is a component that displays an image, providing styling that integrates well with the Kuma UI ecosystem. * * @see — http://kuma-ui.com/docs/Components/Image */ declare const Image: ImageComponent; export { Image, ImageComponent, ImageProps };