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