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