import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const ZoomIn: React.MemoExoticComponent>; declare type ZoomInRef = PathIconRef; declare type ZoomInProps = PathIconProps; export { ZoomIn }; export type { ZoomInRef, ZoomInProps }; export default ZoomIn;