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