import { FC, SVGProps } from 'react'; declare const IconChip: FC & { fill?: string }>; export default IconChip;