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

Blockquote.displayName = 'Blockquote';

export {Blockquote, type BlockquoteFactory, type BlockquoteProps} from '@mantine/core';
