import { FC, SVGProps } from 'react'; declare const IconTrash: FC & { fill?: string }>; export default IconTrash;