export default function preprocessStyles(input: any): {
  variants: any;
  style: any;
  isProcessed: boolean;
};