import { Context } from 'react'; type PopupContextProps = { visible?: boolean; }; declare const PopupContext: Context; export default PopupContext;