import { NodePath, JSXText } from '../types'; import { CompileOptions, CompiledMatcher } from '.'; export default function matchJSXText(path: NodePath, compileOptions: CompileOptions): CompiledMatcher;