import { PbEditorElement } from "../../types"; /** * TODO @ts-refactor @pavel * When refactoring Page Builder, we need to write better types for the elements. * We must remove [key: string]: any and type everything we have in the system. * For plugins, we must put a possibility to pass a generic to extends the base PbElement and PbEditorElement. */ declare const _default: (el: PbEditorElement) => void; export default _default;