import type { Props } from "../types";
import type { QUERIES } from "../../utils/mediaQuery";
declare const getWrapClass: (wrap: Props["wrap"], viewport?: QUERIES) => string | null;
export default getWrapClass;
//# sourceMappingURL=getWrap.d.ts.map