/** * Gets all custom attributes from a Webflow element. */ export declare const getAllWebflowElementAttributes: (element: AnyElement) => Promise;