import type { Result } from '@orama/orama'; import type { DocsDocument } from '../../types'; export declare const SearchResult: ({ hit, isFocused, highlight, trimText, showIcon, className }: { hit: Result; isFocused: boolean; highlight?: string; trimText?: number; className?: string; showIcon?: boolean; }) => import("react/jsx-runtime").JSX.Element;