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