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