import React from 'react';
import { IPillSelectorStandAlone } from './types/pillSelector';
export declare const PillSelectorStandAlone: React.ForwardRefExoticComponent<IPillSelectorStandAlone & React.RefAttributes<HTMLDivElement>>;
