import React from 'react'; import './styles/index.less'; import { TagConfigPanelTyps } from './types'; export declare const classPrefix = "module-user-tag-config-panel"; declare const TagConfigPanel: React.FC; export default TagConfigPanel;