import type { Element } from "@webiny/app-page-builder-elements/types"; export declare const useElementWithChildren: (elementId: string) => Element> | null;