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