import { JSX } from 'react';
declare const Alert: (props: JSX.IntrinsicElements["svg"]) => import("react/jsx-runtime").JSX.Element;
export default Alert;
