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