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