import { Alert, AlertProps } from 'antd'; import React, { FC } from 'react'; const MdAlert: FC = ({ style, ...props }) => { return ; }; export default MdAlert;