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