import React from 'react'; import classnames from 'classnames'; import { BackgroundColor, BlockSize, } from '../../../helpers/constants/design-system'; import { Box, BoxProps } from '../box'; import type { PolymorphicRef } from '../box'; import { ModalOverlayProps, ModalOverlayComponent, } from './modal-overlay.types'; export const ModalOverlay: ModalOverlayComponent = React.forwardRef( ( { onClick, className = '', ...props }: ModalOverlayProps, ref?: PolymorphicRef, ) => (