import React from "react";
import { ChipProps } from "./Chip.types";
declare const Chip: React.FC<ChipProps>;
export default Chip;
