export declare const Microscope: ({ size, color, }: {
    size: number;
    color: string;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Microscope.d.ts.map