import React from 'react'; type SidebarPanelProps = { title: string; children: React.ReactNode; }; export default function BaseSidebarPanel({ title, children }: SidebarPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=BaseSidebarPanel.d.ts.map