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