import React from 'react'; import './index.scss'; import { AlertProps } from './type'; declare const Alert: React.FC; export default Alert;