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