import { type PanelsContextProps } from '../contexts/PanelsContext.js'; /** * Internal hook wrapper for accessing the PanelsContext. * @internal */ export declare const usePanelsContext: () => PanelsContextProps;