import * as React from 'react';
import { IconProps } from './types';
export declare const ExclamationTriangleIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ExclamationTriangleIcon;
