import type { Theme } from "@emotion/react"; import type { StyleVariant } from "../-types"; export declare const getBackgroundColor: (theme: Theme, variant: StyleVariant, monochrome: boolean) => string;