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