import { ReactIconComponentType } from '../types';

declare const Folder: ReactIconComponentType;
export default Folder;
            