import { default as React } from 'react'; import { SidebarDrilldownPanelProps } from '../../types'; /** * Second-level sidebar region: back control, optional breadcrumb, and submenu rows. * Presentation-only: routing and `href` handling belong to the host via `onActivateSubmenu`. * * @example * ```tsx * {}} * isSubmenuActive={(s) => s.href === "#/map"} * onActivateSubmenu={(s) => navigate(s.href)} * /> * ``` */ export declare const SidebarDrilldownPanel: React.FC; //# sourceMappingURL=SidebarDrilldownPanel.d.ts.map