import { SlotComponent } from '../../type-utils/slot-types'; import { SearchInputRootSlotProps, SearchInputLeadingElementSlotProps, SearchInputInputSlotProps } from './search-input.types'; export declare const SearchInputRootSlot: SlotComponent; export declare const SearchInputLeadingElementSlot: SlotComponent; export declare const SearchInputInputSlot: SlotComponent;