/** * Exposes a getter which traverses the element tree upwards from the given element id, and returns an element * of type "block", if found. */ export declare const useFindElementBlock: () => { findElementBlock: (elementId: string) => Promise; };