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