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 InputProps = ComponentProps<"Input">; type InputComponent = ComponentWithAs; /** * The Input component inherits from the HTML input element and can be combined with Kuma UI's style properties for extensive customization. * * @see — http://kuma-ui.com/docs/Components/Input */ declare const Input: InputComponent; export { Input, InputComponent, InputProps };