import { PbEditorPageElementSettingsPlugin } from "../../../../types"; interface ElementAction { plugin: PbEditorPageElementSettingsPlugin; options: Record; } export declare function useElementSettings(): ElementAction[]; export {};