import React, { type ElementType } from 'react'; import { type SpiritAlertProps } from '../../types'; export declare const Alert: { (props: SpiritAlertProps): React.JSX.Element; spiritComponent: string; }; export default Alert;