import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const TriangleOutlineIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { TriangleOutlineIcon, TriangleOutlineIcon as default };
//# sourceMappingURL=TriangleOutline.d.ts.map