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