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

ColorSwatch.displayName = 'ColorSwatch';

export {ColorSwatch, type ColorSwatchFactory, type ColorSwatchProps} from '@mantine/core';
