export type SearchProps = { /** The type of channel to create on user result select, defaults to `messaging` */ directMessagingChannelType?: string; /** Sets the input element into disabled state */ disabled?: boolean; /** Clear the search state/results on every click outside the search input, defaults to `false` */ exitSearchOnInputBlur?: boolean; /** Custom placeholder text to be displayed in the search input */ placeholder?: string; }; export declare const Search: ({ directMessagingChannelType, disabled, exitSearchOnInputBlur, placeholder, }: SearchProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Search.d.ts.map