import React from 'react'; /** * Spotlight search component for the chat interface. * Features a blob-like animation, category shortcuts, and model selection. * Typically used as the initial interaction point on the homepage. * * @returns {JSX.Element} The rendered spotlight search panel */ declare const SearchSpotlight: () => React.JSX.Element; export default SearchSpotlight;