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