import { NodePath, types as t } from '@babel/core'; import { Pattern, StyleObject, AttributifyConfig } from '../types/types'; export declare const processJSXElements: (path: NodePath, patterns: Pattern[], styles: Record, styleSheetName: string, types: typeof t, prefix: string, config?: AttributifyConfig) => void;