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