import './styles/index.scss';
import type { CnSelectorProps, ICnSelectorItem } from './types';
export * from './selector';
export type { CnSelectorProps, ICnSelectorItem };
