import React from 'react'; import { SearchResult } from '../../utils/algolia'; type SidebarPreviewProps = { item: SearchResult | null; onOpenDrawer: () => void; shouldHideAI?: boolean; }; declare const SidebarPreview: React.FC; export default SidebarPreview; //# sourceMappingURL=SidebarPreview.d.ts.map