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