/// import { ICONS } from "../../.."; declare const SubItem: ({ title, subTitle, href, icon, }: { title: string; subTitle: string; href: string; icon?: ICONS | undefined; }) => JSX.Element; export default SubItem;