import type { CnBoxProps } from './types';
import './index.scss';
export { CnBox } from './box';
export type { CnBoxProps };
