export declare const PositionContext: import("react").Context<"top" | "left" | "right" | "bottom" | undefined>; export declare function usePosition(): "top" | "left" | "right" | "bottom" | undefined;