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