import { PopupTail } from '../Tail/Popup-Tail'; export interface IPopupRegistry { Tail: typeof PopupTail; }