import { PbEditorPageElementPlugin } from "../../../types"; import { Element } from "@webiny/app-page-builder-elements/types"; export declare const useElementPlugin: (element: Element) => import("@webiny/plugins/PluginsContainer").WithName | undefined;