/// <reference types="react" />
declare const Folder: (props: any, ref: any) => JSX.Element;
export default Folder;
