import { BoxProps } from '../Box/Box.types'; export interface OverlayProps extends BoxProps { }