export declare function usePanelGroupContext(): {
    direction: "horizontal" | "vertical" | undefined;
    groupId: string | undefined;
};
