import { JSXAttribute, NodePath } from '../types'; import { CompiledMatcher, CompileOptions } from '.'; export default function compileJSXAttributeMatcher(path: NodePath, compileOptions: CompileOptions): CompiledMatcher | void;