import type { CnI18nSelectProps } from './types';
import './styles/index.scss';
export { CnI18nSelect } from './select';
export type { CnI18nSelectProps };
