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