declare const folder_minus: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default folder_minus;