import { ReactNode } from 'react'; import { SxProps } from '@mui/material'; import type { Theme } from 'src/theme/muiTheme'; export declare const ItemDisplay: (props: { name?: string; children: ReactNode; sx?: SxProps; }) => JSX.Element;