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