import { IconProps } from '../lib';
declare function Trash({ weight, color, size, style }: IconProps): JSX.Element;
export default Trash;
