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