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