import { ComponentProps, 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 HeadingProps = ComponentProps<"Heading">; type HeadingComponent = ComponentWithAs; /** * Used to render semantic HTML heading elements in a Kuma UI application. * By default, renders as h1 which can be customized with the 'as' prop. * * @see — http://kuma-ui.com/docs/Components/Heading */ declare const Heading: HeadingComponent; export { Heading, HeadingComponent, HeadingProps };