import { SVATraits } from 'jade-garden';
/**
 * **Search**
 * @description Search a searchbox text input with a menu. Handle the case where dataset filtering needs to occur outside the combobox component.
 * @see [source](https://kobalte.dev/docs/core/components/search#anatomy)
 */
export declare const slots: readonly ["root", "arrow", "content", "control", "description", "hiddenSelect", "icon", "input", "item", "itemDescription", "itemLabel", "label", "listbox", "section", "noResult", "indicator"];
/**
 * **Search**
 * @description Search a searchbox text input with a menu. Handle the case where dataset filtering needs to occur outside the combobox component.
 * @see [source](https://kobalte.dev/docs/core/components/search#anatomy)
 */
export type Slots = (typeof slots)[number];
/**
 * **Search**
 * @description Search a searchbox text input with a menu. Handle the case where dataset filtering needs to occur outside the combobox component.
 * @see [source](https://kobalte.dev/docs/core/components/search#api-reference)
 */
export type Traits = SVATraits<Slots, {
    root: {};
    arrow: {};
    content: {};
    control: {};
    description: {};
    hiddenSelect: {};
    icon: {};
    input: {};
    item: {};
    itemDescription: {};
    itemLabel: {};
    label: {};
    listbox: {};
    section: {};
    noResult: {};
    indicator: {};
}>;
