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