export default function getClasses(variables: any, classes: any): { fontWeightLight: { fontWeight: any; fontFamily: any; }; fontWeightNormal: { fontWeight: any; }; fontWeightBold: { fontWeight: any; fontFamily: any; }; fontItalic: { fontStyle: string; }; textBody: { color: any; }; textWhite: { color: any; }; textMuted: { color: any; }; textAuto: { textAlign: string; }; textLeft: { textAlign: string; }; textRight: { textAlign: string; }; textCenter: { textAlign: string; }; textJustify: { textAlign: string; }; textSmall: { fontSize: any; }; textLarge: { fontSize: any; }; textSpaced: { letterSpacing: number; }; };