import type { PopperContentProps } from '../content'; export declare const usePopperContent: (props: PopperContentProps) => { attributes: any; arrowRef: any; contentRef: any; instanceRef: any; state: any; styles: any; role: any; forceUpdate: () => any; update: () => any; }; export type UsePopperContentReturn = ReturnType;