import { SVGProps } from "react"; declare const TrashIcon: (props: SVGProps) => JSX.Element; export default TrashIcon;