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