import { FC } from 'react'; type Props = { text: string; highlight?: string; }; export declare const HighlightText: FC; export {}; //# sourceMappingURL=HighlightText.d.ts.map