import type { FC } from 'react'; interface IProps { text: string; markdown?: boolean; className?: string; } export declare const HighLight: FC; export {}; //# sourceMappingURL=HighLight.d.ts.map