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