import { TypographyProps } from '@mui/material';
type HighlightedTypographyProps = {
    text: string;
    searchTerms: string[];
} & TypographyProps;
export declare function HighlightedTypography({ text, searchTerms, ...typographyProps }: HighlightedTypographyProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=HighlightedTypography.d.ts.map