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