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