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