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 SelectProps = ComponentProps<"Select">; type SelectComponent = ComponentWithAs; /** * Select is a component that allows the user to select one option from a list. * * @see — http://kuma-ui.com/docs/Components/Select */ declare const Select: SelectComponent; export { Select, SelectComponent, SelectProps };