import type { HTMLAttributes } from 'react'; export declare const SidebarItemTitle: ({ className, unread, ...props }: { unread?: boolean; } & HTMLAttributes) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SidebarItemTitle.d.ts.map