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