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 ButtonProps = ComponentProps<"Button">; type ButtonComponent = ComponentWithAs; /** * Button is a clickable component used to trigger actions or events in a Kuma UI application. * * @see — http://kuma-ui.com/docs/Components/Button */ declare const Button: ButtonComponent; export { Button, ButtonComponent, ButtonProps };