import { a as FormControlDescription } from '../form-control-description-330657bc.js'; export { c as SearchDescriptionCommonProps, b as SearchDescriptionOptions, e as SearchDescriptionProps, d as SearchDescriptionRenderProps } from '../form-control-description-330657bc.js'; import { F as FormControlLabel } from '../form-control-label-2a5ca7a3.js'; export { b as SearchLabelCommonProps, a as SearchLabelOptions, d as SearchLabelProps, c as SearchLabelRenderProps } from '../form-control-label-2a5ca7a3.js'; import { a as ListboxItem, b as ListboxItemDescription, c as ListboxItemLabel, d as ListboxSection } from '../listbox-section-58338bda.js'; export { e as SearchItemCommonProps, f as SearchItemDescriptionCommonProps, g as SearchItemDescriptionOptions, h as SearchItemDescriptionProps, i as SearchItemDescriptionRenderProps, j as SearchItemLabelCommonProps, k as SearchItemLabelOptions, l as SearchItemLabelProps, m as SearchItemLabelRenderProps, n as SearchItemOptions, o as SearchItemProps, p as SearchItemRenderProps, q as SearchSectionCommonProps, r as SearchSectionOptions, s as SearchSectionProps, t as SearchSectionRenderProps } from '../listbox-section-58338bda.js'; import { P as PopperArrow } from '../popper-root-14a88a55.js'; export { a as SearchArrowOptions, b as SearchArrowProps } from '../popper-root-14a88a55.js'; import { K as ComboboxSingleSelectionOptions, B as ComboboxMultipleSelectionOptions, N as ComboboxBaseRenderProps, O as ComboboxBaseOptions, b as ComboboxContent, c as ComboboxControl, d as ComboboxHiddenSelect, e as ComboboxIcon, f as ComboboxInput, g as ComboboxListbox, h as ComboboxPortal } from '../combobox-root-a533b55f.js'; export { i as SearchContentCommonProps, j as SearchContentOptions, k as SearchContentProps, l as SearchContentRenderProps, n as SearchControlCommonProps, o as SearchControlOptions, p as SearchControlProps, q as SearchControlRenderProps, r as SearchHiddenSelectProps, s as SearchIconProps, t as SearchInputCommonProps, u as SearchInputOptions, v as SearchInputProps, w as SearchInputRenderProps, x as SearchListboxCommonProps, y as SearchListboxOptions, z as SearchListboxProps, A as SearchListboxRenderProps, D as SearchPortalProps, F as SearchRootItemComponentProps, J as SearchRootSectionComponentProps, L as SearchTriggerMode } from '../combobox-root-a533b55f.js'; import * as solid_js from 'solid-js'; import { JSX, ValidComponent, Accessor } from 'solid-js'; import { ElementOf, PolymorphicProps } from '../polymorphic/index.js'; import '@kobalte/utils'; import '../types-f8ae18e5.js'; import '../types-6adf33e1.js'; import '../create-list-state-d9a0f1f2.js'; import '../dismissable-layer-0aef6de3.js'; import '../primitives/create-interact-outside/index.js'; import 'solid-js/web'; interface SearchIndicatorOptions { } interface SearchIndicatorCommonProps { children: JSX.Element; loadingComponent?: JSX.Element; } type SearchIndicatorProps = SearchIndicatorOptions & Partial>>; declare function SearchIndicator(props: PolymorphicProps>): JSX.Element; interface SearchNoResultOptions { } interface SearchNoResultCommonProps { } type SearchNoResultProps = SearchNoResultOptions & Partial>>; /** * Displayed in portal when no options are presented */ declare function SearchNoResult(props: PolymorphicProps>): solid_js.JSX.Element; interface SearchBaseOptions extends Omit, "defaultFilter"> { /** Debounces input before making suggestions */ debounceOptionsMillisecond?: number; } type SearchRootOptions = (ComboboxSingleSelectionOptions