/// import { ChipProps } from './interfaces'; declare const Chip: ({ label, selected, cursor, fullWidth, icon, borderColor, onClick, }: ChipProps) => JSX.Element; export default Chip;