import { Context } from "../NodeParser"; export declare function getPropsFromParentContextRecursively(context: Context, props?: string[]): string[];