import { IChipProps } from './types'; declare const Chip: ({ children, color, id, onClick, size, style, ...props }: IChipProps) => import("react/jsx-runtime").JSX.Element; export default Chip; //# sourceMappingURL=Chip.d.ts.map