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