import type { ReactNode } from 'react'; export type SidebarSectionTitleProps = { children?: ReactNode; }; export declare const SidebarSectionTitle: (props: SidebarSectionTitleProps) => import("react/jsx-runtime").JSX.Element; export type SidebarSectionProps = { children?: ReactNode; }; export declare const SidebarSection: ((props: SidebarSectionProps) => import("react/jsx-runtime").JSX.Element) & { Title: (props: SidebarSectionTitleProps) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=Section.d.ts.map