import Highlight from './Highlight';
export type { HighlightProps } from './Highlight';
export { Highlight };
export default Highlight;
