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