1 2 3 4 5
export default function preprocessStyles(input: any): { variants: any; style: any; isProcessed: boolean; };