/** * Sets a custom attribute value on a Webflow element. */ export declare const setWebflowElementAttribute: (element: AnyElement, attributeName: string, attributeValue: string, notify?: boolean) => Promise;