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