import type { PanelGroup, PanelMain } from './types'; export declare function usePanelMainMap(): Map; export declare function usePanelGroupMap(): Map;