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