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