import React from 'react';
import { UndrawSVGProps } from '../types';
declare const Folder: React.FC<UndrawSVGProps>;
export default Folder;
