import type { ChipComponent } from './type'; import './style.css'; declare const Chip: ChipComponent; export default Chip;