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