/** * Removes a custom attribute from a Webflow element. */ export declare const removeWebflowElementAttribute: (element: AnyElement, attributeName: string, notify?: boolean) => Promise;