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