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