import React from 'react'; import { ChipProps } from './types'; declare const Chip: React.ForwardRefExoticComponent & React.RefAttributes>; export { Chip };