import {Highlight} from '@mantine/core';

Highlight.displayName = 'Highlight';

export {Highlight, type HighlightFactory, type HighlightProps} from '@mantine/core';
