import React from "react";
import { SelectedSubItemCmp } from "@/types";
declare const SelectedSubItem: React.FC<SelectedSubItemCmp>;
export default SelectedSubItem;
