/// import { ContentType } from "./types"; declare function Content({ icon, label, checked, shortcut, showSubmenuIndicator, }: ContentType): JSX.Element; export default Content; //# sourceMappingURL=index.d.ts.map