import { type ElementType } from 'react'; import { type SpiritPillProps } from '../../types'; declare const Pill: { (props: SpiritPillProps): JSX.Element; spiritComponent: string; }; export default Pill;