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