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