import { FC } from "react"; import { SvgIcon } from "./types"; export declare const AlertIcon: FC; export default AlertIcon;