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