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