import React__default from 'react'; import { Alert } from 'antd'; import { AlertProps } from 'antd/es/alert'; interface IAlertProps extends AlertProps { marginTop?: boolean; marginBottom?: boolean; } interface AlertComponent extends React__default.FC { displayName: string; ErrorBoundary: typeof Alert.ErrorBoundary; } export { AlertComponent, IAlertProps };