import React from 'react';
import { IPillStandAlone } from './types/pill';
export declare const PillStandAlone: React.ForwardRefExoticComponent<IPillStandAlone & React.RefAttributes<HTMLDivElement>>;
