import React from "react"; interface SidebarContentProps { title?: string; className?: string; children: React.ReactNode; } export declare const SidebarContent: React.ForwardRefExoticComponent>; export {};