import { PbEditorPageElementStyleSettingsPlugin } from "../../../../types"; interface ElementSettings { plugin: PbEditorPageElementStyleSettingsPlugin; options: Record; } export declare const useElementStyleSettings: () => ElementSettings[]; export {};