import type { SVGProps } from "react"; export interface ArrowCircleRightIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ArrowCircleRightIcon({ className, size, color, ...props }: ArrowCircleRightIconProps): import("react").JSX.Element; //# sourceMappingURL=arrow-circle-right-icon.d.ts.map