export type OverlayThemeVars = {
    overlayZIndex?: number | string;
    overlayBackground?: string;
};
