import { FC } from "react";
import { BindingProps } from "./Binding";
declare const PopupBinding: FC<BindingProps>;
export default PopupBinding;
