import '@ant-design/compatible/assets/index.less'; import type { FormComponentProps } from '@ant-design/compatible/es/form'; import './index.less'; import { EditInputFC } from '@lingxiteam/editor-types'; interface SelectIconPanelType extends FormComponentProps { form: any; searchKey?: any; setSearchKey?: any; handleOk?: any; setVisible?: any; visible?: boolean; type?: any; fontAddress?: any; wrapRef?: any; iconFile?: any; tabs?: any; [key: string]: any; } export declare const ICON_FILE_IMAGE = "ICON_IMAGE"; export declare const ICON_FILE_ICONFONT = "ICONFONT"; declare const _default: import("@ant-design/compatible/lib/form/interface").ConnectedComponentClass, import("@ant-design/compatible/lib/_util/types").Omit>; export default _default;