import { SVGProps } from "react";
declare const TBAlertTriangle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { TBAlertTriangle };
