import { type SvgIconProps } from '@mui/material/SvgIcon';
import React from 'react';
declare const Mew: (props: SvgIconProps) => React.JSX.Element;
export default Mew;
