import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const Trash3: React.FC<IconBaseProps>;
export default Trash3;
