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