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