import { type PanelContextProps } from '../contexts/PanelContext.js'; /** Hook for accessing the PagePanelContext. * @internal */ export declare const usePanelContext: () => PanelContextProps;