/** * Gets the text content of a Webflow element. */ export declare const getWebflowElementTextContent: (selectedElement: AnyElement) => Promise;