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

Overlay.displayName = 'Overlay';

export {Overlay, type OverlayFactory, type OverlayProps} from '@mantine/core';
