import type { App } from 'vue'; import type { ArcoIconOptions } from '../../_utils/types'; declare const IconRight: { new (...args: any[]): { $: import("vue").ComponentInternalInstance; $data: {}; $props: Partial<{ strokeWidth: number; strokeLinecap: string; strokeLinejoin: string; spin: boolean; }> & Omit & { onClick?: ((ev: MouseEvent) => any) | undefined; } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "strokeWidth" | "strokeLinecap" | "strokeLinejoin" | "spin">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $emit: (event: "click", ev: MouseEvent) => void; $el: any; $options: import("vue").ComponentOptionsBase & { onClick?: ((ev: MouseEvent) => any) | undefined; }, { cls: import("vue").ComputedRef<(string | { [x: string]: boolean; })[]>; innerStyle: import("vue").ComputedRef; onClick: (ev: MouseEvent) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: (ev: MouseEvent) => true; }, string, { strokeWidth: number; strokeLinecap: string; strokeLinejoin: string; spin: boolean; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("vue").nextTick; $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions | undefined): import("vue").WatchStopHandle; } & Readonly<{ size?: unknown; strokeWidth?: unknown; strokeLinecap?: unknown; strokeLinejoin?: unknown; rotate?: unknown; spin?: unknown; } & { strokeWidth: number; strokeLinecap: string; strokeLinejoin: string; spin: boolean; } & { size?: string | number | undefined; rotate?: number | undefined; }> & { onClick?: ((ev: MouseEvent) => any) | undefined; } & import("vue").ShallowUnwrapRef<{ cls: import("vue").ComputedRef<(string | { [x: string]: boolean; })[]>; innerStyle: import("vue").ComputedRef; onClick: (ev: MouseEvent) => void; }> & {} & {} & import("vue").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase & { onClick?: ((ev: MouseEvent) => any) | undefined; }, { cls: import("vue").ComputedRef<(string | { [x: string]: boolean; })[]>; innerStyle: import("vue").ComputedRef; onClick: (ev: MouseEvent) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: (ev: MouseEvent) => true; }, string, { strokeWidth: number; strokeLinecap: string; strokeLinejoin: string; spin: boolean; }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: (app: App, options?: ArcoIconOptions | undefined) => void; }; export default IconRight;