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