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