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