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