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