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