/// import { ChipProps } from "./types"; declare function Chip({ label, metaLabelProps, iconProps, chipCheckboxProps, removeButtonProps, size, onClick, tooltipContent, isDisabled, }: ChipProps): JSX.Element; export default Chip; //# sourceMappingURL=index.d.ts.map