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