/** * Gets the value of a custom attribute from a Webflow element. */ export declare const getWebflowElementAttribute: (element: AnyElement, attributeName: string) => Promise;