export interface ExclamationTriangleProps { svgAttrs?: SVGProps; } import { SVGProps } from "../types"; declare function ExclamationTriangle(props: ExclamationTriangleProps): import("react/jsx-runtime").JSX.Element; export default ExclamationTriangle;