import { ThemeComponentInterface } from '@redesign-system/theme'; export interface OverlayInterface extends ThemeComponentInterface { color?: string; }