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