import { default as React } from 'react'; import { IconProps } from './iconProps'; export declare const TriangleWarningIcon: ({ ref, width, height, viewBox, role, ...rest }: IconProps) => React.JSX.Element; //# sourceMappingURL=triangle-warning.d.ts.map