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