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