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