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