import * as React from 'react';
import './cn-select-tag.scss';
import type { CnSelectTagProps } from './types';
/**
 * @deprecated 已废弃，选择用标签，为 CnSelector 的底层组件一般无需单独调用
 * @category 组件
 */
export declare const CnSelectTag: React.FC<CnSelectTagProps>;
