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