export default useShowPopup; declare function useShowPopup(): { showPopup: ({ popupType: newPopupType, props: newProps }: any) => void; popupShown: boolean; popupType: null; props: {}; };