import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const FolderOutlined: React.MemoExoticComponent>; declare type FolderOutlinedRef = PathIconRef; declare type FolderOutlinedProps = PathIconProps; export { FolderOutlined }; export type { FolderOutlinedRef, FolderOutlinedProps }; export default FolderOutlined;