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