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