import type { DirectiveHandler } from '../types'; /** * Handles bq-bind:attr directive - attribute binding. * * The bound value is runtime data, so it is guarded before it reaches the * attribute: inline event handlers (`on*`) are never written, URL attributes * reject dangerous protocols, and `srcdoc` is sanitized as an HTML sink. * @internal */ export declare const handleBind: (attrName: string) => DirectiveHandler; //# sourceMappingURL=bind.d.ts.map