import { WithStyle } from '@medly-components/utils'; import { ChipProps } from './types'; import type { FC } from 'react'; export declare const Chip: FC & WithStyle;