import React from 'react';
import { SvgIconProps } from 'SvgIcon/types/SvgIconTypes';
declare const IconAlertCircle: ({ size, color, strokeWidth, fill, style }: SvgIconProps) => React.JSX.Element;
export default IconAlertCircle;
//# sourceMappingURL=IconAlertCircle.d.ts.map