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