import { ReactNode, MutableRefObject, Dispatch, SetStateAction } from 'react'; import { PopoverContainerProps, PopoverPlacement, PopoverJustification } from '@equinor/fusion-components'; export { PopoverPlacement, PopoverJustification }; declare const _default: (content: ReactNode, props?: PopoverContainerProps, hover?: boolean, delay?: number) => [MutableRefObject, boolean, Dispatch>]; export default _default;