export declare function usePopper(): import("./context").PopperContextOptions; declare type CallbackRef = (element: Element | null) => void; export declare function useRect(): [DOMRectReadOnly | null, CallbackRef]; export declare function useEffectRect(ref: HTMLElement | null): DOMRectReadOnly | null; export {};