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