import type { AllHTMLAttributes, ElementType } from 'react';
export type SidebarV2ItemProps = {
selected?: boolean;
level?: number;
is?: ElementType;
} & AllHTMLAttributes;
export declare const SidebarItem: ({ selected, level, className, children, is: Tag, ...props }: SidebarV2ItemProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=SidebarItem.d.ts.map