import type { AnchorHTMLAttributes, ButtonHTMLAttributes, ElementType, HTMLAttributes, ReactNode } from "react";
interface SectionProps extends Omit, "title"> {
title?: ReactNode;
}
interface ItemBaseProps {
icon?: ElementType;
active?: boolean;
count?: number | string;
}
/**
* The `