import { PopupItem, type PopupItemProps } from "./PopupItem";
export type { PopupItemProps };
export default PopupItem;
