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