import { ChipProps } from "./types";
declare const Chip: import("react").MemoExoticComponent<({ children, color, ...props }: ChipProps) => JSX.Element>;
export default Chip;
