import { ChipProps } from "./types"; declare const Chip: ({ label, color, bgcolor }: ChipProps) => JSX.Element; export default Chip;