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