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