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