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