import { SVGProps } from 'react'; export interface DeveloperIconProps extends Partial> { size?: number; } export declare const Icon: ({ size, className, color, ...rest }: DeveloperIconProps) => import('react').ReactSVGElement;