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