import React from 'react'; import './assets/Pill.scss'; export declare const Pill: React.FC; export interface PillProps { pillCloseHandler?: () => void; children?: any; }