import { AlertProps } from 'antd'; import { FC, ReactNode } from 'react'; declare const Alert: FC; export default Alert;