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