import { NodePath, types } from '@babel/core'; declare const processComponents: (nodePath: NodePath, importedStyleFunctions: Record) => void; export { processComponents };