interface Props {
    class?: string;
    size?: number | string;
}
declare const ArrowRightIcon: import("svelte").Component<Props, {}, "">;
type ArrowRightIcon = ReturnType<typeof ArrowRightIcon>;
export default ArrowRightIcon;
//# sourceMappingURL=ArrowRightIcon.svelte.d.ts.map