import React from 'react';
import { PillProps } from './Pill.types';
declare const PillComponent: React.ForwardRefExoticComponent<PillProps & React.RefAttributes<HTMLDivElement>>;
export { Theme as PillTheme, } from './Pill.types';
export default PillComponent;