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

Rating.displayName = 'Rating';

export {Rating, type RatingFactory, type RatingProps} from '@mantine/core';
