import { usePopupState as usePopupStateSource, type PopupState } from 'material-ui-popup-state/hooks'; type Props = Parameters[0]; declare const usePopupState: ({ popupId, ...rest }: Props) => PopupState; export default usePopupState;