import React from "react";
import { type CentralIconBaseProps } from "../CentralIconBase";
export declare const IconExclamationTriangle: React.FC<CentralIconBaseProps>;
export default IconExclamationTriangle;
