import { type Props } from 'material-ui-popup-state'; export { anchorRef, bindContextMenu, bindDialog, bindDoubleClick, bindFocus, bindHover, bindMenu, bindPopover, bindPopper, bindToggle, bindTrigger, type InjectedProps as PopupStateInjectedProps, type Props as PopupStateProps, type Variant as PopupStateVariant, } from 'material-ui-popup-state'; export { usePopupState } from 'material-ui-popup-state/hooks'; export declare function PopupState({ children, popupId, variant, parentPopupState, disableAutoFocus }: Props): any;