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