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