import * as React from 'react';
declare function SvgAlertIcon(props: React.SVGProps<SVGSVGElement>): JSX.Element;
declare const MemoSvgAlertIcon: React.MemoExoticComponent<typeof SvgAlertIcon>;
export default MemoSvgAlertIcon;
