import { JDColor, TextAlign } from "../types/enum"; declare const colorClass: (boxName: string, color?: JDColor) => any; declare const textAlignClass: (boxName: string, align?: TextAlign) => any; export { textAlignClass, colorClass };