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