import { IconProps } from '../lib';
declare function Trash(props: IconProps): JSX.Element;
export default Trash;
