export default function getClasses(variables: any, classes: any): { border: { borderColor: any; borderWidth: any; borderStyle: string; }; borderTop: { borderColor: any; borderTopWidth: any; borderStyle: string; }; borderRight: { borderColor: any; borderRightWidth: any; borderStyle: string; }; borderBottom: { borderColor: any; borderBottomWidth: any; borderStyle: string; }; borderLeft: { borderColor: any; borderLeftWidth: any; borderStyle: string; }; border0: { borderWidth: number; }; borderTop0: { borderTopWidth: number; }; borderRight0: { borderRightWidth: number; }; borderBottom0: { borderBottomWidth: number; }; borderLeft0: { borderLeftWidth: number; }; borderWhite: { borderColor: any; }; borderRounded: { borderRadius: any; }; };