import { ListItemProps } from '@mui/material/ListItem'; import React from 'react'; import { NavLinkProps } from 'react-router-dom'; import { Theme } from '@mui/material/styles/createTheme'; declare type LinkProps = Pick; export interface TranslatedListItemLinkProps extends Omit, LinkProps { icon: React.ReactElement; primary: string; secondary?: string; } export declare const ItemIcon: import("@emotion/styled-base").StyledComponent, {}, {}>; declare const TranslatedListItemLink: React.FC; export default TranslatedListItemLink;