import { PbBlockVariable, PbEditorElementTree } from "../../../types"; export declare class InjectVariableValuesIntoElement { private elementVariablePlugins; constructor(); execute(element: PbEditorElementTree, variables: PbBlockVariable[]): PbEditorElementTree; }