import { IconProps } from '../types'; import React from 'react'; declare const TrashIcon: React.FC; export default TrashIcon;