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