import { AnySupport } from '../index.js';
import { ContextItem } from '../tag/index.js';
export declare function processElementVarFunction(item: any, context: ContextItem, ownerSupport: AnySupport, element: HTMLElement): ContextItem;
