import { type IconProps } from "../../../base/index.ts";
declare const ArrowsPointingOut: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type ArrowsPointingOut = ReturnType<typeof ArrowsPointingOut>;
export default ArrowsPointingOut;
