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