import { PluginCollection } from "@webiny/plugins/types"; import { PbEditorElementPluginArgs } from "../../../../types"; declare const _default: (args?: PbEditorElementPluginArgs) => PluginCollection; export default _default;