import { AnySupport } from '../../tag/AnySupport.type.js';
import { Callback } from './bindSubjectCallback.function.js';
export declare function processAttributeFunction(element: Element, newAttrValue: Callback, support: AnySupport, attrName: string): void;
