import React from 'react'; import './index.less'; import { DSLQuery } from '@lingxiteam/dsl'; import { EditorInputBase } from '@lingxiteam/editor-types'; export interface ChooseTagProps { DSLCore?: DSLQuery; getEditorApi: EditorInputBase['getEditorApi']; [key: string]: any; } declare const ChooseTag: React.FC; export default ChooseTag;