import { type SvgIconProps } from '@mui/material/SvgIcon'; declare const DiscordOutlined: { (props: SvgIconProps): JSX.Element; muiName: string; }; export default DiscordOutlined;