/// <reference types="react" />
import { UimIconProps } from '../index.types';
declare function UimMicroscope(props: UimIconProps): JSX.Element;
export default UimMicroscope;
