import { PbEditorElement } from "../../types"; export declare function useElementVariables(element: PbEditorElement | null): import("../../types").PbBlockVariable[]; export declare function useElementVariableValue(element: PbEditorElement | null): any;