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