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 LinkProps = ComponentProps<"Link">; type LinkComponent = ComponentWithAs; /** * Link is a component that creates a hyperlink, providing styling that integrates well with the Kuma UI ecosystem. * * @see — http://kuma-ui.com/docs/Components/Link */ declare const Link: LinkComponent; export { Link, LinkComponent, LinkProps };