import { ResponsiveProps } from '../../utils'; export declare type PillWidth = 'fit' | 'full'; export interface PillProps { isClosable?: boolean; width?: ResponsiveProps; }