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