import React from 'react';
export interface PopupBoxProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'defaultValue' | 'onChange'> {
}
declare const PopupBox: (props: PopupBoxProps) => import("react/jsx-runtime").JSX.Element;
export default PopupBox;
