import React from "react";
import { IPopupSelect } from "../../models";
declare const PopupSelect: React.FC<IPopupSelect>;
export default PopupSelect;
