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