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