import { JSX } from 'react'; import { CardAlertProps } from './CardAlert.types'; export declare const CardAlert: { ({ ref, id, className, lang, "data-testid": dataTestId, title, titleAs, variant, svgPath, showAlert: showAlertExternal, onClose, children, }: CardAlertProps): JSX.Element; displayName: string; };