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