/// <reference types="react" />
import { IconProps } from '../types';
declare const Trash: ({ srText, className }: IconProps) => JSX.Element;
export default Trash;
