import * as React from "react";
import type { IconProps } from "../types";
declare const ArrowsPointingOut: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowsPointingOut;
//# sourceMappingURL=arrows-pointing-out.d.ts.map