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

Paper.displayName = 'Paper';

export {Paper, type PaperFactory, type PaperProps} from '@mantine/core';
