import { Context } from '../context'; export declare const _for: (el: Element, exp: string, ctx: Context) => ChildNode | null | undefined;