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