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