import { ReactIconComponentType } from '../types';

declare const ZoomIn: ReactIconComponentType;
export default ZoomIn;
            