import type { Props } from "../types";
import type { QUERIES } from "../../utils/mediaQuery/consts";
declare const getBackgroundClass: (background: Props["background"], viewport?: QUERIES) => string | null;
export default getBackgroundClass;
