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