///
import { PbEditorElement } from "../../../../types";
import { Icon } from "@webiny/app-admin";
export declare const useUpdateIconSettings: (element: PbEditorElement) => {
iconValue: Icon | undefined;
iconWidth: number;
onIconChange: import("react").Dispatch>;
onIconWidthChange: (value: string) => void;
HiddenIconMarkup: () => import("react").JSX.Element;
};