import type { NodePath } from '@babel/traverse'; import * as t from '@babel/types'; import type { Metadata } from '../types'; export declare const visitXcssPropPath: (path: NodePath, meta: Metadata) => void;