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