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

Mark.displayName = 'Mark';

export {Mark, type MarkFactory, type MarkProps} from '@mantine/core';
