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