import { type CleanupFn } from '../internal-types'; export declare function addAttribute(element: Element, { attribute, value }: { attribute: string; value: string; }): CleanupFn;