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 TextProps = ComponentProps<"Text">; type TextComponent = ComponentWithAs; /** * Used to render text content or paragraphs in a Kuma UI application. * * @see — http://kuma-ui.com/docs/Components/Text */ declare const Text: TextComponent; export { Text, TextComponent, TextProps };