import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const ArrowTurnRightDownIcon: import("svelte").Component<Props, {}, "">;
type ArrowTurnRightDownIcon = ReturnType<typeof ArrowTurnRightDownIcon>;
export default ArrowTurnRightDownIcon;
