import type { ComponentProps, FC } from "react";
declare const FolderGraphQL: FC<ComponentProps<"svg">>;
export default FolderGraphQL;
