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