import type { ReactNode } from "react"; export interface SidebarSubContentProps { children: ReactNode; title?: string; } export declare function SidebarSubContent({ children, title }: SidebarSubContentProps): null; export declare namespace SidebarSubContent { var displayName: string; } //# sourceMappingURL=SidebarSubContent.d.ts.map