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