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