import { SlotComponent } from '../../type-utils'; import { ScopedSearchInputRootSlotProps, ScopedSearchInputContainerSlotProps, ScopedSearchInputSelectWrapperSlotProps, ScopedSearchInputSearchWrapperSlotProps } from './scoped-search-input.types'; export declare const ScopedSearchInputRootSlot: SlotComponent; export declare const ScopedSearchInputContainerSlot: SlotComponent; export declare const ScopedSearchInputSelectWrapperSlot: SlotComponent; export declare const ScopedSearchInputSearchWrapperSlot: SlotComponent;