import { Theme } from '@principal-ade/industry-theme'; /** * Highlights search matches in markdown content by wrapping them with tags * Preserves markdown syntax and code blocks */ export declare function highlightSearchMatches(content: string, searchQuery: string): string; /** * Get theme-aware styles for the mark element */ export declare const getMarkStyles: (theme: Theme) => { backgroundColor: string; color: string; padding: string; borderRadius: string; boxDecoration: string; fontWeight: string; border: string; }; //# sourceMappingURL=highlightSearchMatches.d.ts.map