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