import type { IconCfg } from '../SelectIconPanel/PropsType'; export interface SetIconProps { defaultValue?: IconCfg; className?: string; value?: IconCfg; wrapRef?: any; onChange: (value: IconCfg | undefined) => void; getEditorApi: () => any; }