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