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

Text.displayName = 'Text';

export {Text, type TextFactory, type TextProps} from '@mantine/core';
