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