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